DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 576: OE_Delayed_Requests_Pvt.Log_Request

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

Line 927: OE_Delayed_Requests_Pvt.Log_Request

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

Line 3220: OE_Delayed_Requests_Pvt.Log_Request

3216: IF l_debug_level > 0 THEN
3217: oe_debug_pub.add( 'COMPLETE ACT :LOGGING REQUEST '|| L_ITEM_KEY , 3 ) ;
3218: END IF;
3219:
3220: OE_Delayed_Requests_Pvt.Log_Request
3221: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3222: p_entity_id => l_fulfill_tbl(l_fulfill_index).line_id,
3223: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3224: p_requesting_entity_id => l_fulfill_tbl(l_fulfill_index).line_id,

Line 3795: OE_Delayed_Requests_Pvt.Log_Request

3791: IF l_debug_level > 0 THEN
3792: oe_debug_pub.add( 'COMPLETEACTIVITY , LOG DELAYED REQ '||L_LINE_REC.LINE_ID , 3 ) ;
3793: END IF;
3794:
3795: OE_Delayed_Requests_Pvt.Log_Request
3796: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3797: p_entity_id => l_line_rec.line_id,
3798: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3799: p_requesting_entity_id => l_line_rec.line_id,

Line 3944: OE_Delayed_Requests_Pvt.Log_Request

3940: IF g_debug_call > 0 THEN
3941: G_DEBUG_MSG := G_DEBUG_MSG || '10-3';
3942: END IF;
3943:
3944: OE_Delayed_Requests_Pvt.Log_Request
3945: ( p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3946: p_entity_id => p_ato_line_id,
3947: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3948: p_requesting_entity_id => p_ato_line_id,