DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 7234: IF OE_Delayed_Requests_PVT.Check_for_Request

7230: IF l_debug_level > 0 THEN
7231: oe_debug_pub.add( 'new arrival set id id'||i.arrival_set_id);
7232: END IF;
7233:
7234: IF OE_Delayed_Requests_PVT.Check_for_Request
7235: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
7236: , p_entity_id =>i.line_id
7237: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
7238: THEN

Line 7241: OE_delayed_requests_Pvt.log_request

7237: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
7238: THEN
7239:
7240:
7241: OE_delayed_requests_Pvt.log_request
7242: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
7243: p_entity_id => l_child_line_rec.line_id,
7244: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7245: p_requesting_entity_id => l_child_line_rec.line_id,

Line 7277: IF OE_Delayed_Requests_PVT.Check_for_Request

7273: IF l_debug_level > 0 THEN
7274: oe_debug_pub.add( 'new ship set id id'||i.ship_set_id);
7275: END IF;
7276:
7277: IF OE_Delayed_Requests_PVT.Check_for_Request
7278: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
7279: , p_entity_id =>i.line_id
7280: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
7281: THEN

Line 7282: OE_delayed_requests_Pvt.log_request

7278: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
7279: , p_entity_id =>i.line_id
7280: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
7281: THEN
7282: OE_delayed_requests_Pvt.log_request
7283: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
7284: p_entity_id => l_child_line_rec.line_id,
7285: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7286: p_requesting_entity_id => l_child_line_rec.line_id,

Line 7326: OE_Delayed_Requests_Pvt.Log_Request(

7322: IF l_debug_level > 0 THEN
7323: oe_debug_pub.add( 'UPDATE SHIPPING : CHILDREN OF MODEL FOR SETS ' || TO_CHAR ( OPTIONREC.LINE_ID ) , 1 ) ;
7324: END IF;
7325:
7326: OE_Delayed_Requests_Pvt.Log_Request(
7327: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7328: p_entity_id => optionrec.line_id,
7329: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7330: p_requesting_entity_id => optionrec.line_id,