DBA Data[Home] [Help]

APPS.OE_LINE_PATTR_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 4064: OE_delayed_requests_Pvt.log_request(

4060: oe_debug_pub.add(' After calling registered changed line');
4061:
4062: --for bug 2456108 begin
4063: if (p_x_line_price_att_rec.flex_title = 'QP_ATTR_DEFNS_QUALIFIER') then
4064: OE_delayed_requests_Pvt.log_request(
4065: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4066: p_entity_id => p_x_Line_Price_Att_rec.line_id,
4067: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4068: p_requesting_entity_id => p_x_Line_Price_Att_rec.line_id,

Line 4093: OE_delayed_requests_Pvt.log_request(

4089: If l_order_status_rec.ALL_LINES_FLAG = 'N'
4090: AND l_order_status_rec.SUMMARY_LINE_FLAG = 'N'
4091: AND (OE_GLOBALS.G_UI_FLAG)
4092: AND (OE_GLOBALS.G_DEFER_PRICING = 'N') THEN
4093: OE_delayed_requests_Pvt.log_request(
4094: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4095: p_entity_id => p_x_Line_Price_Att_rec.line_id,
4096: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4097: p_requesting_entity_id => p_x_Line_Price_Att_rec.line_id,

Line 4105: OE_delayed_requests_Pvt.log_request(

4101: p_request_type => OE_GLOBALS.G_PRICE_LINE,
4102: x_return_status => l_return_status);
4103:
4104: ELSE
4105: OE_delayed_requests_Pvt.log_request(
4106: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4107: p_entity_id => p_x_Line_Price_Att_rec.Header_Id,
4108: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4109: p_requesting_entity_id => p_x_Line_Price_Att_rec.Header_Id,

Line 4128: OE_delayed_requests_Pvt.log_request(

4124: Null;
4125: End;
4126:
4127: If l_booked_flag='Y' Then
4128: OE_delayed_requests_Pvt.log_request(
4129: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4130: p_entity_id => p_x_Line_Price_Att_rec.Header_Id,
4131: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4132: p_requesting_entity_id => p_x_Line_Price_Att_rec.Header_Id,

Line 4141: OE_delayed_requests_Pvt.log_request(

4137: x_return_status => l_return_status);
4138: End If;
4139:
4140: If l_shipping_quantity > 0 Then
4141: OE_delayed_requests_Pvt.log_request(
4142: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4143: p_entity_id => p_x_Line_Price_Att_rec.Line_Id,
4144: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4145: p_requesting_entity_id => p_x_Line_Price_Att_rec.Line_Id,