DBA Data[Home] [Help]

APPS.ARP_CASH_RECEIPT_HISTORY dependencies on DUAL

Line 64: FROM dual;

60: reversal_created_from VARCHAR2) RETURN NUMBER IS
61:
62: CURSOR get_crh_id IS
63: SELECT ar_cash_receipt_history_s.NEXTVAL
64: FROM dual;
65: --
66: crh_id ar_cash_receipt_history.cash_receipt_history_id%TYPE;
67: --
68: BEGIN