DBA Data[Home] [Help]

APPS.PAY_GB_PAYE_SYNC dependencies on FND_CONCURRENT_REQUESTS

Line 1070: from fnd_concurrent_requests

1066: begin
1067: select argument1, --Tax Reference
1068: fnd_date.canonical_to_date(argument3) --Effective Date
1069: into l_arg1, l_arg2
1070: from fnd_concurrent_requests
1071: where request_id=download_cp_req_id;
1072:
1073: if ((l_arg1 <> download_cp_tax_ref) or
1074: (l_arg2 <> download_cp_eff_date)) then