APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on FND_GLOBAL
Line 1760: if fnd_global.conc_request_id <> -1 then
1756: --
1757: -- ****** This needs to be converted to a parameter passed to create_request,
1758: -- rather than relying on a public package variable *******
1759: -- 1760: if fnd_global.conc_request_id <> -1 then 1761: per_cagr_utility_pkg.put_log(' Executed from concurrent manager');
1762: else
1763: per_cagr_utility_pkg.put_log(' Executed from SQLPLUS session');
1764: end if;