DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_USERS

Line 689: from wf_users --wf_local_users --(bug 2897533)

685: and orig_system = 'POS';
686: --
687: cursor c_user_exists(p_user_id varchar2) is
688: select 'x'
689: from wf_users --wf_local_users --(bug 2897533)
690: where orig_system_id = p_user_id
691: and orig_system = 'PER';
692: --
693: /*