DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_GLOBAL

Line 622: where fr.responsibility_id = fnd_global.RESP_ID

618: Begin
619: select fr.responsibility_key
620: into l_resp_key
621: from fnd_responsibility fr
622: where fr.responsibility_id = fnd_global.RESP_ID
623: and fr.application_id = fnd_global.RESP_APPL_ID
624: and rownum = 1;
625:
626: return l_resp_key;

Line 623: and fr.application_id = fnd_global.RESP_APPL_ID

619: select fr.responsibility_key
620: into l_resp_key
621: from fnd_responsibility fr
622: where fr.responsibility_id = fnd_global.RESP_ID
623: and fr.application_id = fnd_global.RESP_APPL_ID
624: and rownum = 1;
625:
626: return l_resp_key;
627: Exception when others then