DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on INV_PROJECTLOCATOR_PUB

Line 3527: l_return_value := inv_projectlocator_pub.get_physical_location(p_organization_id => p_org_id, p_locator_id => p_locator_id);

3523: -- we call the PJM Locator API to create the physical locator.
3524: -- This happens only if the physical locator does not already
3525: -- exist.
3526: --
3527: l_return_value := inv_projectlocator_pub.get_physical_location(p_organization_id => p_org_id, p_locator_id => p_locator_id);
3528:
3529: IF NOT l_return_value THEN
3530: IF (l_debug = 1) THEN
3531: DEBUG('GET_PHYSICAL_LOCATION: ERROR');