DBA Data[Home] [Help]

APPS.PO_APPROVALLIST_S1 dependencies on WF_USERS

Line 2276: FROM wf_users

2272: END IF;
2273:
2274: SELECT 'Y'
2275: INTO l_flag
2276: FROM wf_users
2277: WHERE orig_system = 'PER' and orig_system_id = p_approver_id and rownum=1;
2278:
2279: RETURN TRUE;
2280: