DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_ACCEPTANCE_UTIL

Line 1049: OE_ACCEPTANCE_UTIL.Default_contingency_Attributes();

1045: ELSIF l_request_rec.request_type = OE_GLOBALS.G_DFLT_CONTINGENCY_ATTRIBUTES THEN
1046: IF l_debug_level > 0 THEN
1047: Oe_Debug_pub.Add('Before Defaulting Contingency Attributes ');
1048: END IF;
1049: OE_ACCEPTANCE_UTIL.Default_contingency_Attributes();
1050: IF l_debug_level > 0 THEN
1051: Oe_Debug_pub.Add('After Defaulting Contingency Attributes ');
1052: END IF;
1053: /* Customer Acceptance - End */