DBA Data[Home] [Help]

APPS.AMW_ORG_HIERARCHY_PKG dependencies on AMW_CURR_APPROVED_REV_ORG_V

Line 106: from AMW_CURR_APPROVED_REV_ORG_v

102: else
103: begin
104: select 1
105: into l_dummy
106: from AMW_CURR_APPROVED_REV_ORG_v
107: where process_id = p_process_id
108: and organization_id = p_org_id
109: and deletion_date is not null;
110: