DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 6754: IF OE_Delayed_Requests_PVT.Check_for_Request

6750: IF l_debug_level > 0 THEN
6751: oe_debug_pub.add( 'new arrival set id id'||i.arrival_set_id);
6752: END IF;
6753:
6754: IF OE_Delayed_Requests_PVT.Check_for_Request
6755: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
6756: , p_entity_id =>i.line_id
6757: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
6758: THEN

Line 6761: OE_delayed_requests_Pvt.log_request

6757: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
6758: THEN
6759:
6760:
6761: OE_delayed_requests_Pvt.log_request
6762: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
6763: p_entity_id => l_child_line_rec.line_id,
6764: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6765: p_requesting_entity_id => l_child_line_rec.line_id,

Line 6797: IF OE_Delayed_Requests_PVT.Check_for_Request

6793: IF l_debug_level > 0 THEN
6794: oe_debug_pub.add( 'new ship set id id'||i.ship_set_id);
6795: END IF;
6796:
6797: IF OE_Delayed_Requests_PVT.Check_for_Request
6798: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
6799: , p_entity_id =>i.line_id
6800: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
6801: THEN

Line 6802: OE_delayed_requests_Pvt.log_request

6798: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
6799: , p_entity_id =>i.line_id
6800: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE)
6801: THEN
6802: OE_delayed_requests_Pvt.log_request
6803: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
6804: p_entity_id => l_child_line_rec.line_id,
6805: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6806: p_requesting_entity_id => l_child_line_rec.line_id,

Line 6846: OE_Delayed_Requests_Pvt.Log_Request(

6842: IF l_debug_level > 0 THEN
6843: oe_debug_pub.add( 'UPDATE SHIPPING : CHILDREN OF MODEL FOR SETS ' || TO_CHAR ( OPTIONREC.LINE_ID ) , 1 ) ;
6844: END IF;
6845:
6846: OE_Delayed_Requests_Pvt.Log_Request(
6847: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6848: p_entity_id => optionrec.line_id,
6849: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6850: p_requesting_entity_id => optionrec.line_id,