DBA Data[Home] [Help]

APPS.CSE_AP_PA_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 612: FROM hr_all_organization_units

608: debug(' inventory_item : '||l_ap_pa_tbl(1).item_name);
609:
610: SELECT name
611: INTO l_ap_pa_tbl(1).exp_org_name
612: FROM hr_all_organization_units
613: WHERE organization_id = ap_inv_rec.exp_org_id;
614:
615: debug(' organization : '||l_ap_pa_tbl(1).exp_org_name);
616: