DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on FND_GLOBAL

Line 174: and user_id=fnd_global.user_id;

170: and nvl(fr.END_DATE, sysdate) >= sysdate
171: and nvl(fg.START_DATE, sysdate) <=sysdate
172: and nvl(fg.END_DATE, sysdate) >=sysdate
173: and fr.RESPONSIBILITY_NAME = p_responsibility_name
174: and user_id=fnd_global.user_id;
175:
176: if l_dummy >=1 then
177: return TRUE;
178: else