DBA Data[Home] [Help]

APPS.PER_CAGR_EVALUATION_PKG dependencies on FND_GLOBAL

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

3961:
3962: -- ****** This needs to be converted to a parameter passed to create_request,
3963: -- rather than relying on a public package variable *******
3964:
3965: if fnd_global.conc_request_id <> -1 then
3966: per_cagr_utility_pkg.put_log(' Executed from concurrent manager');
3967: else
3968: per_cagr_utility_pkg.put_log(' Executed from SQLPLUS session');
3969: end if;