DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_RULE_PUB

Line 17: SUBTYPE rulv_rec_type IS okl_rule_pub.rulv_rec_type;

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: --
21: -- Procedure Name : Get_Quote_Line_Stream

Line 2855: l_rulv_rec okl_rule_pub.rulv_rec_type;

2851: SELECT tld.id, tld.amount
2852: FROM okl_txd_ar_ln_dtls_b tld
2853: WHERE tld.tld_id_reverses = cp_inv_tld_id;
2854:
2855: l_rulv_rec okl_rule_pub.rulv_rec_type;
2856: l_sdd_tbl sdd_tbl_type;
2857: l_tld_tbl tld_tbl_type;
2858: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
2859: