DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1179: oe_delayed_requests_pvt.log_request(

1175: IF nvl(Oe_Sys_Parameters.Value('COMPUTE_MARGIN'),'N') <> 'N' Then
1176: IF l_debug_level > 0 THEN
1177: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR MARGIN HOLD FOR BOOKED HEADER ID : '||p_header_id);
1178: END IF;
1179: oe_delayed_requests_pvt.log_request(
1180: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1181: p_entity_id => p_header_id,
1182: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1183: p_requesting_entity_id => p_header_id,

Line 1691: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

1687:
1688: IF nvl(OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode,-2) <> OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN
1689: --no point to reprice all the line is user says copy with orig price, all lines
1690: --has calc price = 'N'
1691: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1692: p_entity_id => p_x_header_adj_rec.Header_id,
1693: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
1694: p_requesting_entity_id => p_x_header_adj_rec.HEader_id,
1695: p_request_type => OE_GLOBALS.G_PRICE_ADJ,

Line 1702: oe_delayed_requests_pvt.log_request(

1698: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1699: THEN
1700: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1701: END IF;
1702: oe_delayed_requests_pvt.log_request(
1703: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1704: p_entity_id => p_x_header_adj_rec.Header_Id,
1705: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1706: p_requesting_entity_id => p_x_header_adj_rec.Header_Id,

Line 1803: OE_delayed_requests_Pvt.log_request

1799:
1800: IF NVL(l_credit_check_rule_rec.incl_freight_charges_flag,'N') = 'Y' THEN
1801: -- Log a request for Verify Payment
1802: oe_debug_pub.add('OEXUHADB: Logging Delayed Request for Verify Payment',3);
1803: OE_delayed_requests_Pvt.log_request
1804: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1805: p_entity_id => p_x_header_adj_rec.header_id,
1806: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1807: p_requesting_entity_id => p_x_header_adj_rec.header_id,

Line 1816: OE_delayed_requests_Pvt.log_request

1812: IF l_debug_level > 0 THEN
1813: oe_debug_pub.ADD('OEXUHADB: Logging delayed request for Verify Payment CC Reversal',5);
1814: END IF;
1815: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
1816: OE_delayed_requests_Pvt.log_request
1817: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1818: p_entity_id => p_x_header_adj_rec.header_id,
1819: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1820: p_requesting_entity_id => p_x_header_adj_rec.header_id,

Line 1832: OE_delayed_requests_Pvt.log_request

1828: IF l_debug_level > 0 THEN
1829: oe_debug_pub.ADD('OEXUHADB: Logging delayed request for Verify Payment CC Reversal when rule not exists',5);
1830: END IF;
1831: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
1832: OE_delayed_requests_Pvt.log_request
1833: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1834: p_entity_id => p_x_header_adj_rec.header_id,
1835: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1836: p_requesting_entity_id => p_x_header_adj_rec.header_id,

Line 3338: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

3334: END IF; /*code_release_level*/
3335: -- notification framework end
3336:
3337:
3338: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
3339: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
3340: p_entity_id => l_adj.price_adjustment_id,
3341: x_return_status => l_return_status
3342: );

Line 3398: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity

3394: END IF;
3395: END IF; /*code_release_level*/
3396: -- notification framework end
3397:
3398: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity
3399: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
3400: p_entity_id => p_price_adjustment_id,
3401: x_return_status => l_return_status
3402: );

Line 4237: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,

4233: p_delete_flag)
4234: THEN
4235:
4236: /*
4237: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4238: p_entity_id => p_adj_rec.header_id,
4239: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4240: p_requesting_entity_id => p_adj_rec.
4241: price_adjustment_id,

Line 4564: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

4560: END IF;
4561:
4562: --log delayed request
4563: oe_debug_pub.add('log versioning request',1);
4564: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4565: p_entity_id => p_x_header_adj_rec.header_id,
4566: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4567: p_requesting_entity_id => p_x_header_adj_rec.price_adjustment_id,
4568: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 4586: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

4582: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4583: p_entity_id => p_x_header_adj_rec.price_adjustment_id,
4584: p_hist_type_code => 'UPDATE');
4585: --log delayed request
4586: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4587: p_entity_id => p_x_header_adj_rec.header_id,
4588: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
4589: p_requesting_entity_id => p_x_header_adj_rec.header_id,
4590: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 4688: OE_delayed_requests_Pvt.log_request(

4684:
4685: IF (OE_GLOBALS.G_UI_FLAG)
4686: AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N'
4687: THEN
4688: OE_delayed_requests_Pvt.log_request(
4689: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
4690: p_entity_id => p_x_header_adj_rec.header_id,
4691: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
4692: p_requesting_entity_id => p_x_header_adj_rec.header_id,

Line 4696: OE_delayed_requests_Pvt.log_request(

4692: p_requesting_entity_id => p_x_header_adj_rec.header_id,
4693: p_request_type => OE_GLOBALS.g_tax_line,
4694: x_return_status => l_return_status);
4695: ELSE
4696: OE_delayed_requests_Pvt.log_request(
4697: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4698: p_entity_id => p_x_header_adj_rec.header_id,
4699: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
4700: p_requesting_entity_id => p_x_header_adj_rec.header_id,