DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1509: OE_delayed_requests_Pvt.log_request

1505: oe_debug_pub.add( 'LOGGING REQUEST: GROUP_SCHEDULE ATO' , 1 ) ;
1506: oe_debug_pub.add( 'L_PARAM ' || L_PARAM , 1 ) ;
1507: END IF;
1508:
1509: OE_delayed_requests_Pvt.log_request
1510: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1511: p_entity_id => l_param,
1512: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1513: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1529: OE_delayed_requests_Pvt.log_request

1525: IF l_debug_level > 0 THEN
1526: oe_debug_pub.add( 'LOGGING REQUEST: SCHEDULE LINE' , 1 ) ;
1527: END IF;
1528:
1529: OE_delayed_requests_Pvt.log_request
1530: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1531: p_entity_id => l_line_rec.line_id,
1532: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1533: p_requesting_entity_id => l_line_rec.line_id,

Line 1641: OE_delayed_requests_Pvt.log_request

1637: IF l_debug_level > 0 THEN
1638: oe_debug_pub.add( '2. LOGGING REQUEST: '|| OE_GLOBALS.G_SCHEDULE_LINE , 1 ) ;
1639: END IF;
1640: -- Added param7 to list to fix bug 1894284.
1641: OE_delayed_requests_Pvt.log_request
1642: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1643: p_entity_id => l_line_rec.line_id,
1644: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1645: p_requesting_entity_id => l_line_rec.line_id,

Line 1716: OE_delayed_requests_Pvt.log_request

1712: IF l_debug_level > 0 THEN
1713: oe_debug_pub.add( '2. LOGGING A GROUP_SCH_REQUEST' , 1 ) ;
1714: END IF;
1715:
1716: OE_delayed_requests_Pvt.log_request
1717: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1718: p_entity_id => p_x_line_rec.line_id,
1719: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1720: p_requesting_entity_id => p_x_line_rec.line_id,