DBA Data[Home] [Help]

APPS.OKL_CONS_BILL dependencies on HR_OPERATING_UNITS

Line 2075: FROM hr_operating_units

2071: ------------------------------------------------------------
2072: --Fixed Bug 5484903.
2073: CURSOR op_unit_csr IS
2074: SELECT name
2075: FROM hr_operating_units
2076: WHERE organization_id = mo_global.get_current_org_id();
2077:
2078:
2079: l_succ_cnt NUMBER;

Line 2081: l_op_unit_name hr_operating_units.name%TYPE;

2077:
2078:
2079: l_succ_cnt NUMBER;
2080: l_err_cnt NUMBER;
2081: l_op_unit_name hr_operating_units.name%TYPE;
2082: lx_msg_data VARCHAR2(450);
2083: l_msg_index_out NUMBER :=0;
2084: processed_sts okl_cnsld_ar_hdrs_v.trx_status_code%TYPE;
2085: error_sts okl_cnsld_ar_hdrs_v.trx_status_code%TYPE;