DBA Data[Home] [Help]

APPS.DPP_UTILITY_PVT dependencies on HR_OPERATING_UNITS

Line 1988: --Changed from ozf_sys_parameters_all to hr_operating_units

1984: INTO l_inventory_organization_id
1985: FROM financials_system_parameters;
1986:
1987: -- Call Currency Conversion API to convert to Txn Currency
1988: --Changed from ozf_sys_parameters_all to hr_operating_units
1989: SELECT gs.currency_code
1990: INTO l_functional_currency
1991: FROM gl_sets_of_books gs
1992: , hr_operating_units hr

Line 1992: , hr_operating_units hr

1988: --Changed from ozf_sys_parameters_all to hr_operating_units
1989: SELECT gs.currency_code
1990: INTO l_functional_currency
1991: FROM gl_sets_of_books gs
1992: , hr_operating_units hr
1993: WHERE hr.set_of_books_id = gs.set_of_books_id
1994: AND hr.organization_id = l_header_rec.org_id;
1995:
1996: FOR i in l_listprice_tbl.FIRST..l_listprice_tbl.LAST

Line 2636: , hr_operating_units hr

2632: IS
2633: SELECT gs.set_of_books_id
2634: , gs.currency_code
2635: FROM gl_sets_of_books gs
2636: , hr_operating_units hr
2637: WHERE hr.set_of_books_id = gs.set_of_books_id
2638: AND hr.organization_id = p_org_id;
2639:
2640: BEGIN