DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_RESPONSIBILITY

Line 580: from fnd_responsibility fr

576: l_resp_key varchar2(256);
577: Begin
578: select fr.responsibility_key
579: into l_resp_key
580: from fnd_responsibility fr
581: where fr.responsibility_id = fnd_global.RESP_ID
582: and fr.application_id = fnd_global.RESP_APPL_ID
583: and rownum = 1;
584: