DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_TXL_AP_INV_LNS_ALL_B

Line 2179: l_tpl_id okl_txl_ap_inv_lns_all_b.id%type;

2175: l_acc_gen_primary_key_tbl okl_account_dist_pvt.acc_gen_tbl_type;
2176: --start:REM 28-June-2007 cklee
2177: l_fact_synd_code fnd_lookups.lookup_code%TYPE;
2178: l_inv_acct_code okc_rules_b.RULE_INFORMATION1%TYPE;
2179: l_tpl_id okl_txl_ap_inv_lns_all_b.id%type;
2180: --end:REM 28-June-2007 cklee
2181: -- R12 Change - END
2182:
2183: cursor c_get_tap_ids (p_cure_refund_header_id IN NUMBER ) is

Line 2202: -- okl_txl_ap_inv_lns_all_b instead of okl_trx_ap_invoices_b. changes made

2198: next_row integer;
2199: tai_next_row integer;
2200:
2201: -- sjalasut, modified the below cursor to have khr_id referred from
2202: -- okl_txl_ap_inv_lns_all_b instead of okl_trx_ap_invoices_b. changes made
2203: -- as part of OKLR12B disbursements project
2204: cursor c_get_accounting(p_cure_refund_header_id IN NUMBER) is
2205: select tap.id tap_id,
2206: tap.try_id try_id,

Line 4165: -- okl_txl_ap_inv_lns_all_b. changes made as part of OKLR12B disbursements project.

4161: END IF;
4162:
4163:
4164: -- sjalasut, commented the below khr_id assignment as khr_id would be henceforth referred in
4165: -- okl_txl_ap_inv_lns_all_b. changes made as part of OKLR12B disbursements project.
4166: lp_tapv_rec.khr_id := i.chr_id; -- cklee 09/20/2007
4167: -- lp_tapv_rec.khr_id := NULL;
4168:
4169: lp_tapv_rec.ipvs_id := i.vendor_site_id;