DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 7922: OE_delayed_requests_Pvt.log_request

7918: END IF;
7919:
7920: --Added the if clause for bug 6892989/6903859
7921: IF ( nvl(p_booked_flag,'N') = 'Y' ) THEN
7922: OE_delayed_requests_Pvt.log_request
7923: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
7924: p_entity_id => p_line_tbl(I).header_id,
7925: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
7926: p_requesting_entity_id => p_line_tbl(I).header_id,

Line 7933: OE_delayed_requests_Pvt.log_request

7929: p_param2 => 'BATCH,BOOK',
7930: p_request_type => OE_GLOBALS.G_FREIGHT_FOR_INCLUDED,
7931: x_return_status => l_return_status);
7932: ELSE
7933: OE_delayed_requests_Pvt.log_request
7934: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
7935: p_entity_id => p_line_tbl(I).header_id,
7936: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
7937: p_requesting_entity_id => p_line_tbl(I).header_id,

Line 7965: OE_delayed_requests_Pvt.log_request

7961: IF l_debug_level > 0 THEN
7962: oe_debug_pub.add('REN: ITEM TYPE CODE IS NOT INCLUDED OR CONFIG' , 1);
7963: END IF;
7964:
7965: OE_delayed_requests_Pvt.log_request
7966: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7967: p_entity_id => p_line_tbl(I).line_id,
7968: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7969: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 7982: OE_Delayed_Requests_Pvt.Log_Request

7978: IF l_debug_level > 0 THEN
7979: oe_debug_pub.add('LOGGING REQ TO CALC COMMITMENT' , 3 );
7980: END IF;
7981:
7982: OE_Delayed_Requests_Pvt.Log_Request
7983: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7984: p_entity_id => p_line_tbl(I).line_id,
7985: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
7986: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 7997: OE_delayed_requests_Pvt.log_request

7993:
7994: IF l_debug_level > 0 THEN
7995: oe_debug_pub.add('LOGGING REQ TO VERIFY_PAYMENT' , 3 );
7996: END IF;
7997: OE_delayed_requests_Pvt.log_request
7998: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
7999: p_entity_id => p_line_tbl(I).header_id,
8000: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8001: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8018: OE_delayed_requests_Pvt.log_request

8014: ('LOGGING DELAYED REQUEST FOR FREIGHT RATE FOR INCLUDED ITEM: '
8015: ||P_LINE_TBL (I).HEADER_ID , 2 );
8016: END IF;
8017:
8018: OE_delayed_requests_Pvt.log_request
8019: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8020: p_entity_id => p_line_tbl(I).header_id,
8021: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8022: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8082: OE_Delayed_Requests_Pvt.log_request

8078: if l_debug_level > 0 then
8079: oe_debug_pub.add('Before log delayed request -- G_CASCADE_OPTIONS_SERVICE',1);
8080: end if;
8081:
8082: OE_Delayed_Requests_Pvt.log_request
8083: (
8084: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8085: p_entity_id => p_line_tbl(I).line_id,
8086: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,