DBA Data[Home] [Help]

APPS.EAM_ASSETNUMBER_PUB dependencies on PN_LOCATIONS_ALL

Line 1053: FROM pn_locations_all

1049: fnd_msg_pub.add;
1050: return false;
1051: else
1052: SELECT count(*) into l_count
1053: FROM pn_locations_all
1054: WHERE location_id= p_pn_location_id;
1055:
1056: l_validate:=(l_count>0);
1057: if (not l_validate) then