DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on WF_ROLES

Line 701: from wf_roles

697:
698: if l_role_name is null and l_person_id is not null then
699: begin
700: select name into l_role_name
701: from wf_roles
702: where orig_system = 'PER'
703: and orig_system_id = l_person_id;
704: exception
705: when no_data_found then