DBA Data[Home] [Help]

APPS.DPP_UTILITY_PVT dependencies on HR_OPERATING_UNITS

Line 1894: --Changed from ozf_sys_parameters_all to hr_operating_units

1890: INTO l_inventory_organization_id
1891: FROM financials_system_parameters;
1892:
1893: -- Call Currency Conversion API to convert to Txn Currency
1894: --Changed from ozf_sys_parameters_all to hr_operating_units
1895: SELECT gs.currency_code
1896: INTO l_functional_currency
1897: FROM gl_sets_of_books gs
1898: , hr_operating_units hr

Line 1898: , hr_operating_units hr

1894: --Changed from ozf_sys_parameters_all to hr_operating_units
1895: SELECT gs.currency_code
1896: INTO l_functional_currency
1897: FROM gl_sets_of_books gs
1898: , hr_operating_units hr
1899: WHERE hr.set_of_books_id = gs.set_of_books_id
1900: AND hr.organization_id = l_header_rec.org_id;
1901:
1902: FOR i in l_listprice_tbl.FIRST..l_listprice_tbl.LAST

Line 2573: , hr_operating_units hr

2569: IS
2570: SELECT gs.set_of_books_id
2571: , gs.currency_code
2572: FROM gl_sets_of_books gs
2573: , hr_operating_units hr
2574: WHERE hr.set_of_books_id = gs.set_of_books_id
2575: AND hr.organization_id = p_org_id;
2576:
2577: BEGIN