DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on FND_GLOBAL

Line 179: and user_id=fnd_global.user_id;

175: and nvl(fr.END_DATE, sysdate) >= sysdate
176: and nvl(fg.START_DATE, sysdate) <=sysdate
177: and nvl(fg.END_DATE, sysdate) >=sysdate
178: and fr.RESPONSIBILITY_NAME = p_responsibility_name
179: and user_id=fnd_global.user_id;
180:
181: if l_dummy >=1 then
182: return TRUE;
183: else