DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_LOCATIONS

Line 1257: FROM fa_locations loc

1253: X_ccid_id NUMBER := NULL;
1254:
1255: CURSOR Chk_Location_C IS
1256: SELECT count(*)
1257: FROM fa_locations loc
1258: WHERE loc.location_id = NVL(X_location_id, -1)
1259: AND loc.enabled_flag = 'Y'
1260: AND rownum <= 1;
1261: