DBA Data[Home] [Help]

APPS.PO_APPROVALLIST_S1 dependencies on WF_USERS

Line 2164: FROM wf_users

2160: END IF;
2161:
2162: SELECT 'Y'
2163: INTO l_flag
2164: FROM wf_users
2165: WHERE orig_system = 'PER' and orig_system_id = p_approver_id and rownum=1;
2166:
2167: RETURN TRUE;
2168: