DBA Data[Home] [Help]

APPS.ENG_ECN_APPROVAL_LISTS_PKG dependencies on WF_LOCAL_USER_ROLES

Line 256: from WF_LOCAL_USER_ROLES

252:
253: Cursor user_roles is
254: select START_DATE,
255: USER_ORIG_SYSTEM,USER_ORIG_SYSTEM_ID
256: from WF_LOCAL_USER_ROLES
257: where role_orig_system= 'ENG_LIST' and
258: role_orig_system_id = X_Approval_List_Id;
259: myList wf_parameter_list_t;
260: l_username varchar2(320);