DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on FND_GLOBAL

Line 1771: if fnd_global.conc_request_id <> -1 then

1767: --
1768: -- ****** This needs to be converted to a parameter passed to create_request,
1769: -- rather than relying on a public package variable *******
1770: --
1771: if fnd_global.conc_request_id <> -1 then
1772: per_cagr_utility_pkg.put_log(' Executed from concurrent manager');
1773: else
1774: per_cagr_utility_pkg.put_log(' Executed from SQLPLUS session');
1775: end if;