DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OZF_CLAIM_TYPES_ALL_B

Line 8475: FROM ozf_claim_types_all_b

8471:
8472: -- Fix for Bug#16301571
8473: CURSOR claim_type_org_csr(p_claim_type_id in number) IS
8474: SELECT org_id
8475: FROM ozf_claim_types_all_b
8476: WHERE claim_type_id = p_claim_type_id;
8477:
8478: l_claim_type_org_id NUMBER;
8479:

Line 8984: --FROM ozf_claim_types_all_b

8980: -- This cursor checks whether a given claim_type_id is of deduction class.
8981: -- and whether it is in the database.
8982: --CURSOR number_of_claim_type_id_csr(p_claim_type_id in number) IS
8983: --SELECT count(claim_type_id)
8984: --FROM ozf_claim_types_all_b
8985: --WHERE claim_type_id = p_claim_type_id;
8986:
8987: --l_number_of_claim_type_id NUMBER;
8988: