DBA Data[Home] [Help]

APPS.OZF_AUTO_WRITEOFF_PVT dependencies on OZF_CLAIM_TYPES_ALL_VL

Line 79: FROM ozf_claim_types_all_vl

75: AND write_off_flag = 'T';
76:
77: CURSOR get_claim_type_csr(p_claim_type_id IN NUMBER) IS
78: SELECT name
79: FROM ozf_claim_types_all_vl
80: WHERE claim_type_id = p_claim_type_id;
81:
82: CURSOR get_reason_code_csr(p_reason_code_id IN NUMBER) IS
83: SELECT name