DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on FND_LOOKUPS

Line 1843: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;

1839: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
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:

Line 2177: l_fact_synd_code fnd_lookups.lookup_code%TYPE;

2173: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_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