DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on AD_VERSION_UTIL

Line 3215: -- Use AD_VERSION_UTIL.get_product_patch_level instead of direct query

3211: IF (l_retroactive_update = 'ALL_RELEASES') THEN
3212:
3213: -- Bug 3614598 START
3214: -- Remove checking for inventory since it is now part of SCM
3215: -- Use AD_VERSION_UTIL.get_product_patch_level instead of direct query
3216: AD_VERSION_UTIL.get_product_patch_level
3217: ( p_appl_id => 200, -- AP
3218: p_patch_level => l_ap_family_pack
3219: );

Line 3216: AD_VERSION_UTIL.get_product_patch_level

3212:
3213: -- Bug 3614598 START
3214: -- Remove checking for inventory since it is now part of SCM
3215: -- Use AD_VERSION_UTIL.get_product_patch_level instead of direct query
3216: AD_VERSION_UTIL.get_product_patch_level
3217: ( p_appl_id => 200, -- AP
3218: p_patch_level => l_ap_family_pack
3219: );
3220: