DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_TYPES_ALL_B

Line 280: from ozf_claim_types_all_b ct

276: -- default accounts from claim type
277: CURSOR get_claim_type_acc_csr(cv_claim_id in number) IS
278: select ct.gl_id_ded_clearing -- vendor clearing account
279: , ct.gl_id_ded_adj_clearing -- receivables clearing account
280: from ozf_claim_types_all_b ct
281: , ozf_claims_all c
282: where ct.claim_type_id = c.claim_type_id
283: and c.claim_id = cv_claim_id;
284: