DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on AD_VERSION_UTIL

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

3099: IF (l_retroactive_update = 'ALL_RELEASES') THEN
3100:
3101: -- Bug 3614598 START
3102: -- Remove checking for inventory since it is now part of SCM
3103: -- Use AD_VERSION_UTIL.get_product_patch_level instead of direct query
3104: AD_VERSION_UTIL.get_product_patch_level
3105: ( p_appl_id => 200, -- AP
3106: p_patch_level => l_ap_family_pack
3107: );

Line 3104: AD_VERSION_UTIL.get_product_patch_level

3100:
3101: -- Bug 3614598 START
3102: -- Remove checking for inventory since it is now part of SCM
3103: -- Use AD_VERSION_UTIL.get_product_patch_level instead of direct query
3104: AD_VERSION_UTIL.get_product_patch_level
3105: ( p_appl_id => 200, -- AP
3106: p_patch_level => l_ap_family_pack
3107: );
3108: