DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on WF_ROLES

Line 677: from wf_roles

673:
674: if l_role_name is null and l_person_id is not null then
675: begin
676: select name into l_role_name
677: from wf_roles
678: where orig_system = 'PER'
679: and orig_system_id = l_person_id;
680: exception
681: when no_data_found then