DBA Data[Home] [Help]

APPS.OKL_STREAM_BILLING_PVT dependencies on HR_OPERATING_UNITS

Line 3093: FROM hr_operating_units

3089: -- Operating Unit
3090: ------------------------------------------------------------
3091: CURSOR op_unit_csr IS
3092: SELECT NAME
3093: FROM hr_operating_units
3094: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
3095:
3096:
3097: l_succ_cnt NUMBER;

Line 3099: l_op_unit_name hr_operating_units.name%TYPE;

3095:
3096:
3097: l_succ_cnt NUMBER;
3098: l_err_cnt NUMBER;
3099: l_op_unit_name hr_operating_units.name%TYPE;
3100: lx_msg_data VARCHAR2(450);
3101: l_msg_index_out NUMBER :=0;
3102: processed_sts okl_trx_ar_invoices_v.trx_status_code%TYPE;
3103: error_sts okl_trx_ar_invoices_v.trx_status_code%TYPE;