DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKC_RULES_B

Line 735: okc_rules_b rul,

731: ar_payment_schedules_all ps,
732: ar_receivable_applications_all arapp,
733: okl_cnsld_ar_strms_b st,
734: okc_k_party_roles_b pty,
735: okc_rules_b rul,
736: okc_k_headers_b CHR,
737: po_vendors pvn,
738: po_vendor_sites_all pvs
739: WHERE st.id = xls.lsm_id

Line 773: okc_rules_b rul,

769: ar_payment_schedules_all ps,
770: ar_receivable_applications_all arapp,
771: okl_cnsld_ar_strms_b st,
772: okc_k_party_roles_b pty,
773: okc_rules_b rul,
774: okc_k_headers_all_b CHR,
775: po_vendors pvn
776: WHERE st.id = xls.lsm_id
777: AND st.receivables_invoice_id = ps.customer_trx_id

Line 1844: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;

1840: || l_api_name;
1841:
1842: --Bug# 4622198 :For special accounting treatment - START
1843: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
1844: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;
1845: l_scs_code okc_k_headers_b.SCS_CODE%TYPE;
1846: --Bug# 4622198 :For special accounting treatment - END
1847:
1848:

Line 2178: l_inv_acct_code okc_rules_b.RULE_INFORMATION1%TYPE;

2174: l_ctxt_val_tbl okl_account_dist_pvt.ctxt_tbl_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: