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 1456: okl_acc_call_pub.create_acc_trans (

1452: l_bpd_acc_rec.id := x_tilv_rec.id;
1453: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
1454:
1455: -- Create Accounting Distribution
1456: okl_acc_call_pub.create_acc_trans (
1457: p_api_version => l_api_version,
1458: p_init_msg_list => OKL_API.G_FALSE,
1459: x_return_status => l_return_status,
1460: x_msg_count => l_msg_count,