DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_CASH_FLOW_LEVELS

Line 9659: FROM okl_cash_flow_levels

9655: fqy_code,
9656: stub_days,
9657: stub_amount,
9658: start_date
9659: FROM okl_cash_flow_levels
9660: WHERE caf_id = cp_caf_id;
9661:
9662: -- This cursor returns the rule group ID and slh ID of all the payments for a given line
9663: CURSOR l_rgpslh_csr (

Line 9704: okl_cash_flow_levels cfl

9700: NVL (caf.due_arrears_yn, 'N') due_arrears_yn,
9701: -- SECHAWLA 20-SEP-04 3816891 : Added
9702: cfl.fqy_code -- SECHAWLA 20-SEP-04 3816891 : Added
9703: FROM okl_cash_flows caf,
9704: okl_cash_flow_levels cfl
9705: WHERE cfo_id = cp_cfo_id
9706: AND caf.sty_id = cp_sty_id
9707: AND caf.ID = cfl.caf_id
9708: AND caf.sts_code = 'PROPOSED'