DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on OKS_REV_DISTR_PUB

Line 7187: l_rdsv_rec_in oks_rev_distr_pub.rdsv_rec_type;

7183:
7184: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;
7185: l_ctcv_tbl_out okc_ctc_pvt.ctcv_tbl_type;
7186:
7187: l_rdsv_rec_in oks_rev_distr_pub.rdsv_rec_type;
7188: l_rdsv_rec_out oks_rev_distr_pub.rdsv_rec_type;
7189:
7190: -- This table type is not used in the API.
7191: -- l_igsv_ext_tbl_in okc_time_pub.igsv_ext_tbl_type;

Line 7188: l_rdsv_rec_out oks_rev_distr_pub.rdsv_rec_type;

7184: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;
7185: l_ctcv_tbl_out okc_ctc_pvt.ctcv_tbl_type;
7186:
7187: l_rdsv_rec_in oks_rev_distr_pub.rdsv_rec_type;
7188: l_rdsv_rec_out oks_rev_distr_pub.rdsv_rec_type;
7189:
7190: -- This table type is not used in the API.
7191: -- l_igsv_ext_tbl_in okc_time_pub.igsv_ext_tbl_type;
7192: -- l_igsv_ext_tbl_out okc_time_pub.igsv_ext_tbl_type;

Line 8668: OKS_REV_DISTR_PUB.lock_Revenue_Distr(

8664: l_rdsv_rec_in.id := revenue_rec.id;
8665: l_rdsv_rec_in.object_version_number := revenue_rec.object_version_number;
8666: END LOOP;
8667: If l_rdsv_rec_in.id Is Not Null Then
8668: OKS_REV_DISTR_PUB.lock_Revenue_Distr(
8669: p_api_version => l_api_version,
8670: p_init_msg_list => l_init_msg_list,
8671: x_return_status => l_return_status,
8672: x_msg_count => l_msg_count,

Line 8680: OKS_REV_DISTR_PUB.update_Revenue_Distr(

8676: IF l_return_status = G_RET_STS_SUCCESS THEN
8677:
8678: l_rdsv_rec_in.code_combination_id := l_new_value_id;
8679:
8680: OKS_REV_DISTR_PUB.update_Revenue_Distr(
8681: p_api_version => l_api_version,
8682: p_init_msg_list => l_init_msg_list,
8683: x_return_status => l_return_status,
8684: x_msg_count => l_msg_count,