DBA Data[Home] [Help]

APPS.PA_LIFECYCLES_PVT dependencies on PA_EGO_WRAPPER_PUB

Line 1786: PA_EGO_WRAPPER_PUB.check_delete_lifecycle_ok(

1782: -- Similar check for item category also has to be made as done above for workplan
1783:
1784: IF (l_prod_usg_exists = 'Y' AND P_lifecycle_product_usage_type = 'N') THEN
1785: BEGIN
1786: PA_EGO_WRAPPER_PUB.check_delete_lifecycle_ok(
1787: p_api_version => P_api_version ,
1788: p_lifecycle_id => p_lifecycle_id ,
1789: x_delete_ok => l_item_used ,
1790: x_return_status => l_return_status ,