Order Management - EBS (MOSC)

MOSC Banner

Reg : Defaulting Rule

edited Aug 9, 2014 5:01AM in Order Management - EBS (MOSC) 2 commentsAnswered

Hello Experts,

We would like to default the request date in to pricing date. Whenever we cahnge the request date pricing date should also change. We added tthe following price of code in OE_DEPENDENCIES_EXTN package and created a defaulting rule for pricing date. But is not working. Can you please help us in fixing this issue ?

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

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

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

        l_index := l_index + 1;

Regards,

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