DBA Data[Home] [Help]

APPS.OKL_PROPERTY_TAX_STATEMENT_PVT dependencies on MO_GLOBAL

Line 256: WHERE organization_id = mo_global.get_current_org_id() ;

252:
253: CURSOR get_operating_unit_csr IS
254: SELECT name
255: FROM hr_operating_units
256: WHERE organization_id = mo_global.get_current_org_id() ;
257: --local variables
258: l_op_unit HR_OPERATING_UNITS.name%type;
259: l_curr_code VARCHAR2(30) DEFAULT NULL;
260: l_request_id NUMBER DEFAULT 0;