Order Management - EBS (MOSC)

MOSC Banner

Tax Code re-defaulted when Ship-To Address is updated Sales Order Line

edited Dec 20, 2019 3:02AM in Order Management - EBS (MOSC) 2 commentsAnswered ✓

Hello,

We have entered following code in package OEXEDEPB.pls so that Tax code is not re-defaulted from customer setup when sales order line is updated.

oe_debug_pub.add('Enter OE_Dependencies_Extn.LOAD_ENTITY_ATTRIBUTES', 1);

l_index := 1;

IF p_entity_code = OE_GLOBALS.G_ENTITY_LINE THEN

x_extn_dep_tbl(l_index).source_attribute := OE_LINE_UTIL.G_SCHEDULE_SHIP_DATE;

x_extn_dep_tbl(l_index).dependent_attribute := OE_LINE_UTIL.G_TAX_DATE;

x_extn_dep_tbl(l_index).enabled_flag := 'N';

l_index := l_index + 1;

x_extn_dep_tbl(l_index).source_attribute := OE_LINE_UTIL.G_REQUEST_DATE;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center