DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_TXL_AR_INV_LNS_PUB

Line 13: SUBTYPE tilv_rec_type IS okl_txl_ar_inv_lns_pub.tilv_rec_type;

9: ---------------------------------------------------------------------------
10: -- GLOBAL DATASTRUCTURES
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;

Line 14: SUBTYPE tilv_tbl_type IS okl_txl_ar_inv_lns_pub.tilv_tbl_type;

10: -- GLOBAL DATASTRUCTURES
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:

Line 650: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

646: -- Added For Enhanced Billing PVT
647: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
648: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
649:
650: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
651: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
652:
653: l_pos_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
654: l_neg_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

Line 651: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

647: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
648: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
649:
650: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
651: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
652:
653: l_pos_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
654: l_neg_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
655:

Line 653: l_pos_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

649:
650: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
651: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
652:
653: l_pos_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
654: l_neg_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
655:
656: i number :=0;
657: j number :=0;

Line 654: l_neg_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

650: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
651: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
652:
653: l_pos_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
654: l_neg_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
655:
656: i number :=0;
657: j number :=0;
658: k number :=0;

Line 1541: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (

1537: l_tilv_rec := p_tilv_rec;
1538: l_tilv_rec.inv_receiv_line_code := G_AR_INV_LINE_CODE;
1539:
1540: -- Create Invoice Line
1541: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (
1542: p_api_version => l_api_version,
1543: p_init_msg_list => OKL_API.G_FALSE,
1544: x_return_status => l_return_status,
1545: x_msg_count => l_msg_count,