DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on WF_LOCAL_ROLES

Line 5371: from wf_local_roles

5367: ,origSystemIdIn in number default null
5368: ,roleNameIn in varchar2 default null) return boolean is
5369: cursor getInvalidDetails is
5370: select name
5371: from wf_local_roles
5372: where orig_system_id = origSystemIdIn
5373: and orig_system = origSystemIn
5374: and rownum <2;
5375: cursor getStatus(c_nameIn in varchar2) is