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 4075: oe_delayed_requests_pvt.log_request(

4071: p_param2 => l_pricing_event,
4072: p_request_type => OE_GLOBALS.G_PRICE_LINE,
4073: x_return_status => l_return_status);
4074: -- sol_ord_er #16014165
4075: oe_delayed_requests_pvt.log_request(
4076: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4077: p_entity_id => p_x_Line_Price_Att_rec.line_id,
4078: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4079: p_requesting_entity_id => p_x_Line_Price_Att_rec.line_id,

Line 4112: OE_delayed_requests_Pvt.log_request(

4108: If l_order_status_rec.ALL_LINES_FLAG = 'N'
4109: AND l_order_status_rec.SUMMARY_LINE_FLAG = 'N'
4110: AND (OE_GLOBALS.G_UI_FLAG)
4111: AND (OE_GLOBALS.G_DEFER_PRICING = 'N') THEN
4112: OE_delayed_requests_Pvt.log_request(
4113: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4114: p_entity_id => p_x_Line_Price_Att_rec.line_id,
4115: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4116: p_requesting_entity_id => p_x_Line_Price_Att_rec.line_id,

Line 4124: oe_delayed_requests_pvt.log_request(

4120: p_request_type => OE_GLOBALS.G_PRICE_LINE,
4121: x_return_status => l_return_status);
4122:
4123: -- sol_ord_er #16014165
4124: oe_delayed_requests_pvt.log_request(
4125: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4126: p_entity_id => p_x_Line_Price_Att_rec.line_id,
4127: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4128: p_requesting_entity_id => p_x_Line_Price_Att_rec.line_id,

Line 4135: OE_delayed_requests_Pvt.log_request(

4131: p_param1 => p_x_Line_Price_Att_rec.line_id,
4132: x_return_status => l_return_status);
4133: -- sol_ord_er #16014165 end
4134: ELSE
4135: OE_delayed_requests_Pvt.log_request(
4136: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4137: p_entity_id => p_x_Line_Price_Att_rec.Header_Id,
4138: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4139: p_requesting_entity_id => p_x_Line_Price_Att_rec.Header_Id,

Line 4146: oe_delayed_requests_pvt.log_request(

4142: p_param2 => l_pricing_event,
4143: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
4144: x_return_status => l_return_status);
4145: -- sol_ord_er #16014165
4146: oe_delayed_requests_pvt.log_request(
4147: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4148: p_entity_id => p_x_Line_Price_Att_rec.header_id,
4149: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4150: p_requesting_entity_id => p_x_Line_Price_Att_rec.header_id,

Line 4169: OE_delayed_requests_Pvt.log_request(

4165: Null;
4166: End;
4167:
4168: If l_booked_flag='Y' Then
4169: OE_delayed_requests_Pvt.log_request(
4170: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4171: p_entity_id => p_x_Line_Price_Att_rec.Header_Id,
4172: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4173: p_requesting_entity_id => p_x_Line_Price_Att_rec.Header_Id,

Line 4182: OE_delayed_requests_Pvt.log_request(

4178: x_return_status => l_return_status);
4179: End If;
4180:
4181: If l_shipping_quantity > 0 Then
4182: OE_delayed_requests_Pvt.log_request(
4183: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4184: p_entity_id => p_x_Line_Price_Att_rec.Line_Id,
4185: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4186: p_requesting_entity_id => p_x_Line_Price_Att_rec.Line_Id,