DBA Data[Home] [Help]

APPS.QP_MODIFIERS_UTIL dependencies on OE_GLOBALS

Line 1351: IF (p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_UPDATE and p_MODIFIERS_rec.qualification_ind in (8,10) ) THEN

1347: IF NOT QP_GLOBALS.Equal(p_MODIFIERS_rec.product_precedence,p_old_MODIFIERS_rec.product_precedence)
1348: THEN
1349: -- bug 3703391 - update effective_precedence in qp_attribute_groups when no product is given but line qualifier given
1350: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
1351: IF (p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_UPDATE and p_MODIFIERS_rec.qualification_ind in (8,10) ) THEN
1352: qp_delayed_requests_pvt.log_request(
1353: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1354: p_entity_id => p_MODIFIERS_rec.list_header_id,
1355: p_request_unique_key1 => p_MODIFIERS_rec.list_line_id,

Line 4682: (OE_GLOBALS.G_OPR_CREATE, OE_GLOBALS.G_OPR_UPDATE)) THEN

4678:
4679: x_MODIFIERS_rec := l_MODIFIERS_rec;
4680:
4681: IF ( p_MODIFIERS_rec.operation IN
4682: (OE_GLOBALS.G_OPR_CREATE, OE_GLOBALS.G_OPR_UPDATE)) THEN
4683:
4684: oe_debug_pub.add('request to update QP_PRICING_PHASES '||l_parent_line_type, 1);
4685:
4686: IF p_MODIFIERS_rec.list_line_type_code IN ('RLTD','OID','CIE','TSN','IUE','PRG','FREIGHT_CHARGE')

Line 4692: if((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_CREATE)) or

4688:
4689: oe_debug_pub.add('Logging a request to update QP_PRICING_PHASES ', 1);
4690: --------------------------------- fix for bug 3756625
4691: l_call_from :=1;
4692: if((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_CREATE)) or
4693: ((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE) and
4694: (p_old_MODIFIERS_rec.pricing_phase_id <> p_MODIFIERS_rec.pricing_phase_id))
4695: then
4696: qp_delayed_requests_PVT.log_request(

Line 4693: ((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE) and

4689: oe_debug_pub.add('Logging a request to update QP_PRICING_PHASES ', 1);
4690: --------------------------------- fix for bug 3756625
4691: l_call_from :=1;
4692: if((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_CREATE)) or
4693: ((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE) and
4694: (p_old_MODIFIERS_rec.pricing_phase_id <> p_MODIFIERS_rec.pricing_phase_id))
4695: then
4696: qp_delayed_requests_PVT.log_request(
4697: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,

Line 4706: if ((p_MODIFIERS_rec.operation) NOT IN(OE_GLOBALS.G_OPR_CREATE)) then

4702: p_requesting_entity_id => p_MODIFIERS_rec.list_line_id,
4703: p_request_type => QP_GLOBALS.G_UPDATE_PRICING_PHASE,
4704: x_return_status => l_return_status);
4705:
4706: if ((p_MODIFIERS_rec.operation) NOT IN(OE_GLOBALS.G_OPR_CREATE)) then
4707: qp_delayed_requests_PVT.log_request(
4708: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
4709: p_entity_id => p_MODIFIERS_rec.list_header_id,
4710: p_param1 => p_old_MODIFIERS_rec.pricing_phase_id,

Line 4720: if (p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE)

4716: end if;
4717: end if;
4718:
4719: END IF;
4720: if (p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE)
4721: then
4722: l_call_from :=2;
4723: if (p_old_MODIFIERS_rec.pricing_phase_id <> p_MODIFIERS_rec.pricing_phase_id)
4724: then

Line 4769: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then

4765: END IF;
4766:
4767: -- Essilor Fix bug 2789138
4768: IF p_MODIFIERS_rec.list_line_type_code <> 'PMR' AND
4769: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then
4770:
4771: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);
4772: oe_debug_pub.add('Logging a request to update G_UPDATE_MANUAL_MODIFIER_FLAG ', 1);
4773: