DBA Data[Home] [Help]

APPS.INV_LOC_WMS_PUB dependencies on INV_PROJECT

Line 882: l_physical_concat_seg := INV_PROJECT.GET_LOCSEGS(p_concatenated_segments);

878: -- We need to check the pphysical locator isntead of the Logical locator .
879: -- root cause of duplicate records in other subinventories ..
880: -- Bug 7581675
881:
882: l_physical_concat_seg := INV_PROJECT.GET_LOCSEGS(p_concatenated_segments);
883:
884: -- Bug 7581675
885:
886: SELECT subinventory_code

Line 1009: l_phy_loc_concat_segments := INV_PROJECT.GET_LOCSEGS(p_physical_location_id,l_organization_id);

1005: fnd_msg_pub.ADD;
1006: RAISE fnd_api.g_exc_error;
1007: ELSE
1008: --validate the phy locator id
1009: l_phy_loc_concat_segments := INV_PROJECT.GET_LOCSEGS(p_physical_location_id,l_organization_id);
1010: IF (l_phy_loc_concat_segments <> l_physical_concat_seg) THEN
1011: fnd_message.set_name('INV', 'INV_PHY_LOCINVALID');
1012: fnd_msg_pub.ADD;
1013: RAISE fnd_api.g_exc_error;