DBA Data[Home] [Help]

APPS.OZF_CLAIMS_HISTORY_PVT dependencies on DUAL

Line 2000: FROM dual;

1996: --AND event_date = max(event_date);
1997:
1998: CURSOR claim_history_sequence_cur IS
1999: SELECT ozf_claims_history_all_s.nextval
2000: FROM dual;
2001:
2002: CURSOR check_csr (pid in number)is
2003: select history_event, history_event_description
2004: from ozf_claims_all