DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_TYPES_ALL_B

Line 141: from ozf_claim_types_all_b ct

137: -- default accounts from claim type
138: CURSOR get_claim_type_acc_csr(cv_claim_id in number) IS
139: select ct.gl_id_ded_clearing -- vendor clearing account
140: , ct.gl_id_ded_adj_clearing -- receivables clearing account
141: from ozf_claim_types_all_b ct
142: , ozf_claims_all c
143: where ct.claim_type_id = c.claim_type_id
144: and c.claim_id = cv_claim_id;
145: