DBA Data[Home] [Help]

APPS.OE_HEADER_PATTR_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 3447: /* OE_delayed_requests_Pvt.log_request(

3443: IF l_debug_level > 0 THEN
3444: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR PRICING FROM OE_HEADER_PATTR_UTIL.APPLY_ATTRIBUTE_CHANGES ' , 1 ) ;
3445: END IF;
3446: --2442012
3447: /* OE_delayed_requests_Pvt.log_request(
3448: p_entity_code => OE_GLOBALS.G_ENTITY_HEader_Price_Att,
3449: p_entity_id => p_x_Header_Price_Att_Rec.Header_Id,
3450: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEader_Price_Att,
3451: p_requesting_entity_id => p_x_Header_Price_Att_Rec.Header_Id,

Line 3459: OE_delayed_requests_Pvt.log_request(

3455: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
3456: x_return_status => l_return_status);
3457: */
3458: /*
3459: OE_delayed_requests_Pvt.log_request(
3460: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3461: p_entity_id => p_x_Header_Price_Att_Rec.Header_Id,
3462: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3463: p_requesting_entity_id => p_x_Header_Price_Att_Rec.Header_Id,

Line 3496: /* OE_delayed_requests_Pvt.log_request(

3492: l_pricing_event := 'BATCH,BOOK,SHIP';
3493: Else
3494: l_pricing_event := 'BATCH';
3495: End If;
3496: /* OE_delayed_requests_Pvt.log_request(
3497: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3498: p_entity_id => p_x_Header_Price_Att_Rec.Header_Id,
3499: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3500: p_requesting_entity_id => p_x_Header_Price_Att_Rec.Header_Id,

Line 3509: OE_delayed_requests_Pvt.log_request(

3505: x_return_status => l_return_status);
3506: End If;
3507: */
3508:
3509: OE_delayed_requests_Pvt.log_request(
3510: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3511: p_entity_id => p_x_Header_Price_Att_Rec.Header_Id,
3512: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3513: p_requesting_entity_id => p_x_Header_Price_Att_Rec.Header_Id,

Line 3523: oe_delayed_requests_pvt.log_request(

3519: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
3520: x_return_status => l_return_status);
3521:
3522: -- sol_ord_er #16014165
3523: oe_delayed_requests_pvt.log_request(
3524: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3525: p_entity_id => p_x_Header_Price_Att_Rec.Header_Id,
3526: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
3527: p_requesting_entity_id => p_x_Header_Price_Att_Rec.Header_Id,