DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_USERS

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

1077: and orig_system = 'POS';
1078: --
1079: cursor c_user_exists(p_user_id varchar2) is
1080: select 'x'
1081: from wf_users --wf_local_users --(bug 2897533)
1082: where orig_system_id = p_user_id
1083: and orig_system = 'PER';
1084: --
1085: /*