DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on DUAL

Line 1149: from dual

1145: l_txn_status boolean := FALSE;
1146:
1147: cursor ck_check_batch_for_transfers is
1148: select 1
1149: from dual
1150: where exists
1151: ( select 'x'
1152: from fa_mass_update_batch_headers a
1153: where a.status_code IN ('P', 'E', 'R', 'N', 'IP')