DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_ACCEPTANCE_UTIL

Line 1231: OE_ACCEPTANCE_UTIL.Default_contingency_Attributes();

1227: ELSIF l_request_rec.request_type = OE_GLOBALS.G_DFLT_CONTINGENCY_ATTRIBUTES THEN
1228: IF l_debug_level > 0 THEN
1229: Oe_Debug_pub.Add('Before Defaulting Contingency Attributes ');
1230: END IF;
1231: OE_ACCEPTANCE_UTIL.Default_contingency_Attributes();
1232: IF l_debug_level > 0 THEN
1233: Oe_Debug_pub.Add('After Defaulting Contingency Attributes ');
1234: END IF;
1235: /* Customer Acceptance - End */