DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on HR_OPERATING_UNITS

Line 1190: FROM hr_operating_units

1186: -- Operating Unit
1187: ------------------------------------------------------------
1188: CURSOR op_unit_csr IS
1189: SELECT NAME
1190: FROM hr_operating_units
1191: WHERE organization_id = mo_global.get_current_org_id;
1192:
1193:
1194: -- For R12, OKL_TXD_AR_LN_DTLS_B will be invoice line.

Line 1213: l_op_unit_name hr_operating_units.name%TYPE;

1209: --end: | 15-FEB-07 cklee R12 Billing enhancement project |
1210:
1211: l_succ_cnt NUMBER;
1212: l_err_cnt NUMBER;
1213: l_op_unit_name hr_operating_units.name%TYPE;
1214: lx_msg_data VARCHAR2(450);
1215: l_msg_index_out NUMBER :=0;
1216:
1217: -- ------------------------------------------------