DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_ACC_CALL_PUB

Line 15: SUBTYPE bpd_acc_rec_type IS okl_acc_call_pub.bpd_acc_rec_type;

11: ---------------------------------------------------------------------------
12:
13: SUBTYPE tilv_rec_type IS okl_txl_ar_inv_lns_pub.tilv_rec_type;
14: SUBTYPE tilv_tbl_type IS okl_txl_ar_inv_lns_pub.tilv_tbl_type;
15: SUBTYPE bpd_acc_rec_type IS okl_acc_call_pub.bpd_acc_rec_type;
16: SUBTYPE bpd_acc_tbl_type IS okl_acc_call_pub.bpd_acc_tbl_type;
17: SUBTYPE rulv_rec_type IS okl_rule_pub.rulv_rec_type;
18:
19: -- Start of comments

Line 16: SUBTYPE bpd_acc_tbl_type IS okl_acc_call_pub.bpd_acc_tbl_type;

12:
13: SUBTYPE tilv_rec_type IS okl_txl_ar_inv_lns_pub.tilv_rec_type;
14: SUBTYPE tilv_tbl_type IS okl_txl_ar_inv_lns_pub.tilv_tbl_type;
15: SUBTYPE bpd_acc_rec_type IS okl_acc_call_pub.bpd_acc_rec_type;
16: SUBTYPE bpd_acc_tbl_type IS okl_acc_call_pub.bpd_acc_tbl_type;
17: SUBTYPE rulv_rec_type IS okl_rule_pub.rulv_rec_type;
18:
19: -- Start of comments
20: --

Line 1558: okl_acc_call_pub.create_acc_trans (

1554: l_bpd_acc_rec.id := x_tilv_rec.id;
1555: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
1556:
1557: -- Create Accounting Distribution
1558: okl_acc_call_pub.create_acc_trans (
1559: p_api_version => l_api_version,
1560: p_init_msg_list => OKL_API.G_FALSE,
1561: x_return_status => l_return_status,
1562: x_msg_count => l_msg_count,