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 1788: OE_delayed_requests_Pvt.log_request

1784:
1785: IF NVL(l_credit_check_rule_rec.incl_freight_charges_flag,'N') = 'Y' THEN
1786: -- Log a request for Verify Payment
1787: oe_debug_pub.add('OEXUHADB: Logging Delayed Request for Verify Payment',3);
1788: OE_delayed_requests_Pvt.log_request
1789: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1790: p_entity_id => p_x_header_adj_rec.header_id,
1791: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1792: p_requesting_entity_id => p_x_header_adj_rec.header_id,

Line 3279: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

3275: END IF; /*code_release_level*/
3276: -- notification framework end
3277:
3278:
3279: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
3280: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
3281: p_entity_id => l_adj.price_adjustment_id,
3282: x_return_status => l_return_status
3283: );

Line 3339: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity

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

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

4174: p_delete_flag)
4175: THEN
4176:
4177: /*
4178: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4179: p_entity_id => p_adj_rec.header_id,
4180: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4181: p_requesting_entity_id => p_adj_rec.
4182: price_adjustment_id,

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

4497: END IF;
4498:
4499: --log delayed request
4500: oe_debug_pub.add('log versioning request',1);
4501: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4502: p_entity_id => p_x_header_adj_rec.header_id,
4503: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4504: p_requesting_entity_id => p_x_header_adj_rec.price_adjustment_id,
4505: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

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

4519: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
4520: p_entity_id => p_x_header_adj_rec.price_adjustment_id,
4521: p_hist_type_code => 'UPDATE');
4522: --log delayed request
4523: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4524: p_entity_id => p_x_header_adj_rec.header_id,
4525: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
4526: p_requesting_entity_id => p_x_header_adj_rec.header_id,
4527: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,