[Home] [Help]
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
2957: SELECT tld.id, tld.amount
2958: FROM okl_txd_ar_ln_dtls_b tld
2959: WHERE tld.tld_id_reverses = cp_inv_tld_id;
2960:
2961: l_rulv_rec okl_rule_pub.rulv_rec_type;
2962: l_sdd_tbl sdd_tbl_type;
2963: l_tld_tbl tld_tbl_type;
2964: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
2965: