DBA Data[Home] [Help]

APPS.QP_MODIFIERS_UTIL dependencies on QP_JAVA_ENGINE_UTIL_PUB

Line 1350: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN

1346:
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,