DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on HR_OPERATING_UNITS

Line 2606: FROM gl_sets_of_books gl, hr_operating_units hr

2602: -- Get GL currency code
2603: CURSOR cur_getGLCode ( p_org_id NUMBER)
2604: IS
2605: SELECT gl.currency_code
2606: FROM gl_sets_of_books gl, hr_operating_units hr
2607: WHERE hr.set_of_books_id = gl.set_of_books_id
2608: AND hr.organization_id = p_org_id;
2609:
2610: --Cursor to get primary_uom_code for the estimate line item.