DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_GLOBAL

Line 581: where fr.responsibility_id = fnd_global.RESP_ID

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:
585: return l_resp_key;

Line 582: and fr.application_id = fnd_global.RESP_APPL_ID

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:
585: return l_resp_key;
586: Exception when others then