DBA Data[Home] [Help]

APPS.QP_VALIDATE_PLL_PRICING_ATTR dependencies on FND_GLOBAL

Line 464: IF(fnd_global.resp_appl_id not in (178,201)) THEN

460: if (p_PRICING_ATTR_rec.product_attribute_context = 'ITEM') THEN
461: if (p_PRICING_ATTR_rec.product_attribute = 'PRICING_ATTRIBUTE1') THEN
462: begin
463: /** 9210809 **/
464: IF(fnd_global.resp_appl_id not in (178,201)) THEN
465: SELECT 'VALID' INTO l_dummy
466: FROM mtl_system_items_b
467: where inventory_item_id =
468: p_PRICING_ATTR_rec.product_attr_value