DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_TRX_TYPES_V

Line 4653: OKL_TRX_TYPES_V try,

4649: --sechawla 19-sep-09 8830506 : added new parameter cp_rep_type
4650: CURSOR total_accrued_csr(p_ctr_id NUMBER, p_date DATE, p_sty_id NUMBER, cp_rep_type IN VARCHAR2) IS
4651: SELECT SUM(trx.amount)
4652: FROM OKL_TRX_CONTRACTS trx,
4653: OKL_TRX_TYPES_V try,
4654: OKL_TXL_CNTRCT_LNS txl
4655: WHERE trx.khr_id = p_ctr_id
4656: --Fixed Bug 5707866 SLA Uptake Project by nikshah, changed tsu_code to PROCESSED from ENTERED
4657: AND trx.tsu_code ='PROCESSED'