DBA Data[Home] [Help]

APPS.OKL_CS_PRINCIPAL_PAYDOWN_PVT dependencies on OKL_LA_PAYMENTS_PVT

Line 7198: l_pym_hdr_rec okl_la_payments_pvt.pym_hdr_rec_type;

7194: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
7195: l_selv_rec Okl_Streams_Pub.selv_rec_type;
7196: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
7197: L_rulv_tbl_type OKL_RULE_PUB.rulv_tbl_type;
7198: l_pym_hdr_rec okl_la_payments_pvt.pym_hdr_rec_type;
7199: l_pym_tbl okl_la_payments_pvt.pym_tbl_type;
7200:
7201: CURSOR c_unscheduled_payment_str(p_contract_id IN NUMBER,
7202: p_sty_id IN NUMBER) IS

Line 7199: l_pym_tbl okl_la_payments_pvt.pym_tbl_type;

7195: l_selv_rec Okl_Streams_Pub.selv_rec_type;
7196: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
7197: L_rulv_tbl_type OKL_RULE_PUB.rulv_tbl_type;
7198: l_pym_hdr_rec okl_la_payments_pvt.pym_hdr_rec_type;
7199: l_pym_tbl okl_la_payments_pvt.pym_tbl_type;
7200:
7201: CURSOR c_unscheduled_payment_str(p_contract_id IN NUMBER,
7202: p_sty_id IN NUMBER) IS
7203: SELECT rgp.cle_id cle_id,

Line 7580: okl_la_payments_pvt.process_payment(p_api_version => p_api_version,

7576: l_pym_tbl(i).update_type := 'DELETE';
7577: i := i + 1;
7578: END LOOP;
7579:
7580: okl_la_payments_pvt.process_payment(p_api_version => p_api_version,
7581: p_init_msg_list => p_init_msg_list,
7582: x_return_status => x_return_status,
7583: x_msg_count => x_msg_count,
7584: x_msg_data => x_msg_data,

Line 7680: okl_la_payments_pvt.process_payment(p_api_version => p_api_version,

7676: END LOOP;
7677: END IF;
7678:
7679: --Update the Payment on the contract with the Unscheduled Payment.
7680: okl_la_payments_pvt.process_payment(p_api_version => p_api_version,
7681: p_init_msg_list => p_init_msg_list,
7682: x_return_status => x_return_status,
7683: x_msg_count => x_msg_count,
7684: x_msg_data => x_msg_data,