DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_RESPONSIBILITY

Line 621: from fnd_responsibility fr

617: l_resp_key varchar2(256);
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: