DBA Data[Home] [Help]

APPS.CSD_COST_ANALYSIS_UTIL dependencies on HR_OPERATING_UNITS

Line 510: FROM gl_sets_of_books gl, hr_operating_units hr

506: --Curcor to get GL Currency Code defined in GL set of books.
507: CURSOR cur_getGLCode(p_org_id NUMBER)
508: IS
509: SELECT gl.currency_code
510: FROM gl_sets_of_books gl, hr_operating_units hr
511: WHERE hr.set_of_books_id = gl.set_of_books_id
512: AND hr.organization_id = p_org_id;
513: l_currency_code VARCHAR2(15);
514: