DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_ROLES

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

1071: and FNDT.NLS_TERRITORY = FNDL.NLS_TERRITORY(+);
1072: --
1073: cursor c_pos_exists(p_position_id number) is
1074: select 'x'
1075: from wf_roles -- wf_local_roles --(bug 2897533)
1076: where orig_system_id = p_position_id
1077: and orig_system = 'POS';
1078: --
1079: cursor c_user_exists(p_user_id varchar2) is