DBA Data[Home] [Help]

APPS.CSE_AP_PA_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 637: FROM hr_all_organization_units

633: debug(' inventory_item : '||l_ap_pa_tbl(1).item_name);
634:
635: SELECT name
636: INTO l_ap_pa_tbl(1).exp_org_name
637: FROM hr_all_organization_units
638: WHERE organization_id = ap_inv_rec.exp_org_id;
639:
640: debug(' organization : '||l_ap_pa_tbl(1).exp_org_name);
641: