DBA Data[Home] [Help]

APPS.BEN_TEST_HARNESS dependencies on FND_CONCURRENT_REQUESTS

Line 1827: from fnd_concurrent_requests ccr,

1823: ccr.status_code,
1824: substr(replace(replace(ccr.completion_text,fnd_global.local_chr(10),' ')
1825: ,fnd_global.local_chr(13),' '),1,1000),
1826: count(*)
1827: from fnd_concurrent_requests ccr,
1828: ben_benefit_actions bft,
1829: ben_batch_ranges bbr
1830: where ccr.parent_request_id = bft.request_id
1831: and bbr.last_update_login = ccr.last_update_login

Line 1856: from fnd_concurrent_requests ccr,

1852: ccr.status_code,
1853: substr(replace(replace(ccr.completion_text,fnd_global.local_chr(10),' ')
1854: ,fnd_global.local_chr(13),' '),1,1000),
1855: count(*)
1856: from fnd_concurrent_requests ccr,
1857: ben_benefit_actions bft
1858: where ccr.request_id = bft.request_id
1859: and bft.benefit_action_id = c_bft_id
1860: group by ccr.request_id,