DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_LOCATIONS

Line 1279: FROM fa_locations loc

1275: X_ccid_id NUMBER := NULL;
1276:
1277: CURSOR Chk_Location_C IS
1278: SELECT count(*)
1279: FROM fa_locations loc
1280: WHERE loc.location_id = NVL(X_location_id, -1)
1281: AND loc.enabled_flag = 'Y'
1282: AND rownum <= 1;
1283: