DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on OKL_REPRESENTATIONS_V

Line 2714: FROM OKL_TRX_CONTRACTS trx, OKL_REPRESENTATIONS_V rep

2710: IS
2711:
2712: CURSOR accrual_status_csr (p_chr_id NUMBER) IS
2713: SELECT trx.accrual_status_yn accrual_status
2714: FROM OKL_TRX_CONTRACTS trx, OKL_REPRESENTATIONS_V rep
2715: WHERE trx.tcn_type = 'ACL'
2716: AND trx.khr_id = p_chr_id
2717: AND trx.tsu_code = 'PROCESSED'
2718: AND trx.representation_code = rep.representation_code