DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 574: OE_Delayed_Requests_Pvt.Log_Request

570: oe_debug_pub.add( 'log delayed request complet activity for '
571: || L_LINE_REC.LINE_ID , 3 ) ;
572: END IF;
573:
574: OE_Delayed_Requests_Pvt.Log_Request
575: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
576: p_entity_id => l_line_rec.line_id,
577: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
578: p_requesting_entity_id => l_line_rec.line_id,

Line 925: OE_Delayed_Requests_Pvt.Log_Request

921: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR '
922: || L_LINE_REC.LINE_ID , 3 ) ;
923: END IF;
924:
925: OE_Delayed_Requests_Pvt.Log_Request
926: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
927: p_entity_id => l_line_rec.line_id,
928: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
929: p_requesting_entity_id => l_line_rec.line_id,

Line 3208: OE_Delayed_Requests_Pvt.Log_Request

3204: IF l_debug_level > 0 THEN
3205: oe_debug_pub.add( 'COMPLETE ACT :LOGGING REQUEST '|| L_ITEM_KEY , 3 ) ;
3206: END IF;
3207:
3208: OE_Delayed_Requests_Pvt.Log_Request
3209: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3210: p_entity_id => l_fulfill_tbl(l_fulfill_index).line_id,
3211: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3212: p_requesting_entity_id => l_fulfill_tbl(l_fulfill_index).line_id,

Line 3783: OE_Delayed_Requests_Pvt.Log_Request

3779: IF l_debug_level > 0 THEN
3780: oe_debug_pub.add( 'COMPLETEACTIVITY , LOG DELAYED REQ '||L_LINE_REC.LINE_ID , 3 ) ;
3781: END IF;
3782:
3783: OE_Delayed_Requests_Pvt.Log_Request
3784: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3785: p_entity_id => l_line_rec.line_id,
3786: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3787: p_requesting_entity_id => l_line_rec.line_id,

Line 3932: OE_Delayed_Requests_Pvt.Log_Request

3928: IF g_debug_call > 0 THEN
3929: G_DEBUG_MSG := G_DEBUG_MSG || '10-3';
3930: END IF;
3931:
3932: OE_Delayed_Requests_Pvt.Log_Request
3933: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3934: p_entity_id => p_ato_line_id,
3935: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3936: p_requesting_entity_id => p_ato_line_id,