DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

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

468: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
469: p_entity_id => p_line_rec.line_id,
470: p_hist_type_code => lhisttypecode);
471: --log delayed request
472: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
473: p_entity_id => p_line_rec.header_id,
474: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
475: p_requesting_entity_id => p_line_rec.line_id,
476: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 641: oe_delayed_requests_pvt.log_request(

637: -- If the ordered quantity is Zero then a delayed request is logged
638:
639: IF p_line_rec.ordered_quantity = 0 THEN
640:
641: oe_delayed_requests_pvt.log_request(
642: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
643: p_entity_id => p_line_rec.header_id,
644: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
645: p_requesting_entity_id => p_line_rec.header_id,