DBA Data[Home] [Help]

APPS.OKL_STREAM_BILLING_PVT dependencies on HR_OPERATING_UNITS

Line 3283: FROM hr_operating_units

3279: -- Operating Unit
3280: ------------------------------------------------------------
3281: CURSOR op_unit_csr IS
3282: SELECT NAME
3283: FROM hr_operating_units
3284: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
3285:
3286:
3287: l_succ_cnt NUMBER;

Line 3289: l_op_unit_name hr_operating_units.name%TYPE;

3285:
3286:
3287: l_succ_cnt NUMBER;
3288: l_err_cnt NUMBER;
3289: l_op_unit_name hr_operating_units.name%TYPE;
3290: lx_msg_data VARCHAR2(450);
3291: l_msg_index_out NUMBER :=0;
3292: processed_sts okl_trx_ar_invoices_v.trx_status_code%TYPE;
3293: error_sts okl_trx_ar_invoices_v.trx_status_code%TYPE;