DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 8036: OE_delayed_requests_Pvt.log_request

8032: END IF;
8033:
8034: --Added the if clause for bug 6892989/6903859
8035: IF ( nvl(p_booked_flag,'N') = 'Y' ) THEN
8036: OE_delayed_requests_Pvt.log_request
8037: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8038: p_entity_id => p_line_tbl(I).header_id,
8039: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8040: p_requesting_entity_id => p_line_tbl(I).header_id,

Line 8047: OE_delayed_requests_Pvt.log_request

8043: p_param2 => 'BATCH,BOOK',
8044: p_request_type => OE_GLOBALS.G_FREIGHT_FOR_INCLUDED,
8045: x_return_status => l_return_status);
8046: ELSE
8047: OE_delayed_requests_Pvt.log_request
8048: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8049: p_entity_id => p_line_tbl(I).header_id,
8050: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8051: p_requesting_entity_id => p_line_tbl(I).header_id,

Line 8080: OE_delayed_requests_Pvt.log_request

8076: oe_debug_pub.add('REN: ITEM TYPE CODE IS NOT INCLUDED OR CONFIG' , 1);
8077: END IF;
8078:
8079: IF (OE_GLOBALS.G_UI_FLAG) AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N' THEN --TaxER
8080: OE_delayed_requests_Pvt.log_request
8081: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8082: p_entity_id => p_line_tbl(I).line_id,
8083: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8084: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8089: OE_delayed_requests_Pvt.log_request

8085: p_request_type => OE_GLOBALS.g_tax_line,
8086: x_return_status => l_return_status);
8087: --TaxER Start
8088: ELSE
8089: OE_delayed_requests_Pvt.log_request
8090: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8091: p_entity_id => p_line_tbl(I).line_id,
8092: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8093: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8108: OE_Delayed_Requests_Pvt.Log_Request

8104: IF l_debug_level > 0 THEN
8105: oe_debug_pub.add('LOGGING REQ TO CALC COMMITMENT' , 3 );
8106: END IF;
8107:
8108: OE_Delayed_Requests_Pvt.Log_Request
8109: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8110: p_entity_id => p_line_tbl(I).line_id,
8111: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8112: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8123: OE_delayed_requests_Pvt.log_request

8119:
8120: IF l_debug_level > 0 THEN
8121: oe_debug_pub.add('LOGGING REQ TO VERIFY_PAYMENT' , 3 );
8122: END IF;
8123: OE_delayed_requests_Pvt.log_request
8124: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8125: p_entity_id => p_line_tbl(I).header_id,
8126: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8127: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8144: OE_delayed_requests_Pvt.log_request

8140: ('LOGGING DELAYED REQUEST FOR FREIGHT RATE FOR INCLUDED ITEM: '
8141: ||P_LINE_TBL (I).HEADER_ID , 2 );
8142: END IF;
8143:
8144: OE_delayed_requests_Pvt.log_request
8145: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8146: p_entity_id => p_line_tbl(I).header_id,
8147: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8148: p_requesting_entity_id => p_line_tbl(I).line_id,

Line 8208: OE_Delayed_Requests_Pvt.log_request

8204: if l_debug_level > 0 then
8205: oe_debug_pub.add('Before log delayed request -- G_CASCADE_OPTIONS_SERVICE',1);
8206: end if;
8207:
8208: OE_Delayed_Requests_Pvt.log_request
8209: (
8210: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8211: p_entity_id => p_line_tbl(I).line_id,
8212: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,