DBA Data[Home] [Help]

APPS.OZF_REASON_PVT dependencies on OZF_CLAIMS_ALL

Line 539: from ozf_claims_all

535: l_reason_code_id NUMBER;
536:
537: CURSOR exist_reason_csr(p_id in number) IS
538: select reason_code_id
539: from ozf_claims_all
540: where reason_code_id = p_id;
541:
542: BEGIN
543: -- Standard Start of API savepoint