DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on DUAL

Line 1166: from dual

1162: l_txn_status boolean := FALSE;
1163:
1164: cursor ck_check_batch_for_transfers is
1165: select 1
1166: from dual
1167: where exists
1168: ( select 'x'
1169: from fa_mass_update_batch_headers a
1170: where a.status_code IN ('P', 'E', 'R', 'N', 'IP'