Order Management - EBS (MOSC)

MOSC Banner

Header dependency between Shipping Method and Request Date does not work

edited Jun 11, 2014 12:00PM in Order Management - EBS (MOSC) 1 commentAnswered

We have added a Header dependency in oe_dependencies_extn package between Shipping Method and Request Date, but this not working and does not cause re-defaulting of the Request date when Shipping Method is changed.

x_extn_dep_tbl(l_index).source_attribute := OE_HEADER_UTIL.G_SHIPPING_METHOD;

x_extn_dep_tbl(l_index).dependent_attribute :=OE_HEADER_UTIL.G_REQUEST_DATE;

x_extn_dep_tbl(l_index).enabled_flag := 'Y’

l_index := l_index + 1;

Is this a bug or Oracle does not support this dependency ?

However the dependency added between the Shipping Method and Request Date on the Order Line is working.

Tagged:

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