DBA Data[Home] [Help]

APPS.HRI_BPL_PERF_RATING dependencies on FND_GLOBAL

Line 1052: IF fnd_global.conc_request_id is not null THEN

1048: BEGIN
1049: --
1050: -- The g_concurrent_flag should be set if the process is running through conc manager
1051: --
1052: IF fnd_global.conc_request_id is not null THEN
1053: --
1054: g_concurrent_flag := 'Y';
1055: --
1056: END IF;