DBA Data[Home] [Help]

APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FND_CONCURRENT_REQUESTS

Line 1929: from fnd_concurrent_requests

1925: --Bug 6348669
1926: IF (dphase = 'COMPLETE' and dstatus = 'NORMAL') THEN
1927: l_error_cnt := 0;
1928: select count(*) into l_error_cnt
1929: from fnd_concurrent_requests
1930: where parent_request_id = v_auto_id and status_code = 'E';
1931:
1932: IF (l_error_cnt <> 0) THEN
1933: cleanup(v_finchrg_batch_src_id.name);