DBA Data[Home] [Help]

APPS.OKL_LOSS_PROV_PVT dependencies on HR_OPERATING_UNITS

Line 1265: FROM hr_operating_units

1261:
1262: -- cursor to get org name
1263: CURSOR org_name_csr(p_org_id NUMBER) IS
1264: SELECT name
1265: FROM hr_operating_units
1266: WHERE organization_id = p_org_id;
1267:
1268: -- cursor to get the revenue recognition method.. racheruv. Bug 6342556
1269: CURSOR get_rev_rec_method_csr(p_chr_id NUMBER) IS