DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKC_RULES_B

Line 20: FROM okc_rules_b

16: AND id = p_khr_id;
17:
18: CURSOR c_fact IS
19: SELECT 1
20: FROM okc_rules_b
21: WHERE dnz_chr_id = p_khr_id
22: AND rule_information_category = 'LAFCTG';
23:
24: l_contract_type VARCHAR2(30);

Line 2114: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;

2110:
2111: --Bug# 4622198 :For special accounting treatment - START
2112:
2113: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
2114: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;
2115: l_scs_code okc_k_headers_b.SCS_CODE%TYPE;
2116:
2117: --Bug# 4622198 :For special accounting treatment - END
2118: