DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 40: from okc_k_headers_all_b

36: -- Modified by zrehman on 18-Jan-2008 Bug#6763287
37: -- Check whether contract or IA
38: CURSOR chk_inv_csr(p_dnz_chr_id NUMBER) IS
39: select 1
40: from okc_k_headers_all_b
41: where id = p_dnz_chr_id
42: and scs_code = 'INVESTOR';
43:
44: PROCEDURE get_base_evg_recs(p_from IN passthru_dtl_rec_type,

Line 1106: , okc_k_headers_all_b chr

1102: CURSOR l_inv_id_csr IS
1103: select hz.party_name
1104: from
1105: okc_k_lines_b cle
1106: , okc_k_headers_all_b chr
1107: , hz_parties hz
1108: , hz_cust_accounts hca
1109: where
1110: cle.chr_id = chr.id

Line 1122: , okc_k_headers_all_b chr

1118: CURSOR l_inv_name_csr IS
1119: select hz.party_id
1120: from
1121: okc_k_lines_b cle
1122: , okc_k_headers_all_b chr
1123: , hz_parties hz
1124: , hz_cust_accounts hca
1125: where
1126: cle.chr_id = chr.id