DBA Data[Home] [Help]

APPS.EAM_ASSETNUMBER_PUB dependencies on PN_LOCATIONS_ALL

Line 1085: FROM pn_locations_all

1081: fnd_msg_pub.add;
1082: return false;
1083: else
1084: SELECT count(*) into l_count
1085: FROM pn_locations_all
1086: WHERE location_id= p_pn_location_id;
1087:
1088: l_validate:=(l_count>0);
1089: if (not l_validate) then