DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_RULE_PUB

Line 9826: SUBTYPE rulv_tbl_type IS okl_rule_pub.rulv_tbl_type;

9822: SUBTYPE pym_hdr_rec_type IS okl_la_payments_pvt.pym_hdr_rec_type;
9823:
9824: SUBTYPE pym_tbl_type IS okl_la_payments_pvt.pym_tbl_type;
9825:
9826: SUBTYPE rulv_tbl_type IS okl_rule_pub.rulv_tbl_type;
9827:
9828: SUBTYPE pym_del_tbl_type IS okl_la_payments_pvt.pym_del_tbl_type;
9829:
9830: TYPE splitpymt_rec_type IS RECORD (

Line 11366: l_rulv_rec okl_rule_pub.rulv_rec_type;

11362: n_clev_rec okl_okc_migration_pvt.clev_rec_type;
11363: n_klev_rec okl_contract_pub.klev_rec_type;
11364: nx_clev_rec okl_okc_migration_pvt.clev_rec_type;
11365: nx_klev_rec okl_contract_pub.klev_rec_type;
11366: l_rulv_rec okl_rule_pub.rulv_rec_type;
11367: lx_rulv_rec okl_rule_pub.rulv_rec_type;
11368: r_rulv_rec okl_rule_pub.rulv_rec_type;
11369: rx_rulv_rec okl_rule_pub.rulv_rec_type;
11370: lt_old_sls_amt g_cle_amt_tbl;

Line 11367: lx_rulv_rec okl_rule_pub.rulv_rec_type;

11363: n_klev_rec okl_contract_pub.klev_rec_type;
11364: nx_clev_rec okl_okc_migration_pvt.clev_rec_type;
11365: nx_klev_rec okl_contract_pub.klev_rec_type;
11366: l_rulv_rec okl_rule_pub.rulv_rec_type;
11367: lx_rulv_rec okl_rule_pub.rulv_rec_type;
11368: r_rulv_rec okl_rule_pub.rulv_rec_type;
11369: rx_rulv_rec okl_rule_pub.rulv_rec_type;
11370: lt_old_sls_amt g_cle_amt_tbl;
11371: lt_new_sls_amt g_cle_amt_tbl;

Line 11368: r_rulv_rec okl_rule_pub.rulv_rec_type;

11364: nx_clev_rec okl_okc_migration_pvt.clev_rec_type;
11365: nx_klev_rec okl_contract_pub.klev_rec_type;
11366: l_rulv_rec okl_rule_pub.rulv_rec_type;
11367: lx_rulv_rec okl_rule_pub.rulv_rec_type;
11368: r_rulv_rec okl_rule_pub.rulv_rec_type;
11369: rx_rulv_rec okl_rule_pub.rulv_rec_type;
11370: lt_old_sls_amt g_cle_amt_tbl;
11371: lt_new_sls_amt g_cle_amt_tbl;
11372: k NUMBER := 0;

Line 11369: rx_rulv_rec okl_rule_pub.rulv_rec_type;

11365: nx_klev_rec okl_contract_pub.klev_rec_type;
11366: l_rulv_rec okl_rule_pub.rulv_rec_type;
11367: lx_rulv_rec okl_rule_pub.rulv_rec_type;
11368: r_rulv_rec okl_rule_pub.rulv_rec_type;
11369: rx_rulv_rec okl_rule_pub.rulv_rec_type;
11370: lt_old_sls_amt g_cle_amt_tbl;
11371: lt_new_sls_amt g_cle_amt_tbl;
11372: k NUMBER := 0;
11373: lt_msg_tbl g_msg_tbl;

Line 12147: OKL_RULE_PUB.update_rule(

12143: END IF;
12144:
12145: r_rulv_rec.id := r_sls_rule_pymnt_csr.id;
12146:
12147: OKL_RULE_PUB.update_rule(
12148: p_api_version => p_api_version,
12149: p_init_msg_list => G_FALSE,
12150: x_return_status => x_return_status,
12151: x_msg_count => x_msg_count,