DBA Data[Home] [Help]

APPS.PER_CAGR_EVALUATION_PKG dependencies on FND_GLOBAL

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

4034:
4035: -- ****** This needs to be converted to a parameter passed to create_request,
4036: -- rather than relying on a public package variable *******
4037:
4038: if fnd_global.conc_request_id <> -1 then
4039: per_cagr_utility_pkg.put_log(' Executed from concurrent manager');
4040: else
4041: per_cagr_utility_pkg.put_log(' Executed from SQLPLUS session');
4042: end if;