DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

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

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

Line 645: oe_delayed_requests_pvt.log_request(

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