DBA Data[Home] [Help]

APPS.BEN_CWB_SUMMARY_PKG dependencies on FND_GLOBAL

Line 120: if fnd_global.conc_request_id = -1 then --7316806:check enforced only when the changes are done from worksheet (no conc. request is running)

116: l_refresh varchar2(1);
117: --
118: begin
119: --
120: if fnd_global.conc_request_id = -1 then --7316806:check enforced only when the changes are done from worksheet (no conc. request is running)
121: open c_refresh;
122: fetch c_refresh into l_refresh;
123: close c_refresh;
124: --