DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_ROLES

Line 683: from wf_roles -- wf_local_roles --(bug 2897533)

679: and FNDT.NLS_TERRITORY = FNDL.NLS_TERRITORY(+);
680: --
681: cursor c_pos_exists(p_position_id number) is
682: select 'x'
683: from wf_roles -- wf_local_roles --(bug 2897533)
684: where orig_system_id = p_position_id
685: and orig_system = 'POS';
686: --
687: cursor c_user_exists(p_user_id varchar2) is