2139: -- Operating Unit
2140: ------------------------------------------------------------
2141: CURSOR op_unit_csr IS
2142: SELECT NAME
2143: FROM hr_operating_units
2144: WHERE organization_id = mo_global.get_current_org_id;
2145:
2146:
2147: -- For R12, OKL_TXD_AR_LN_DTLS_B will be invoice line.
2175:
2176: l_selected_count NUMBER;
2177: l_succ_cnt NUMBER;
2178: l_err_cnt NUMBER;
2179: l_op_unit_name hr_operating_units.name%TYPE;
2180: lx_msg_data VARCHAR2(450);
2181: l_msg_index_out NUMBER :=0;
2182:
2183: -- ------------------------------------------------