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 11367: l_rulv_rec okl_rule_pub.rulv_rec_type;

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

Line 11368: lx_rulv_rec okl_rule_pub.rulv_rec_type;

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

Line 11369: r_rulv_rec okl_rule_pub.rulv_rec_type;

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

Line 11370: rx_rulv_rec okl_rule_pub.rulv_rec_type;

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

Line 12148: OKL_RULE_PUB.update_rule(

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