DBA Data[Home] [Help]

APPS.IGI_CIS2007_CERT_PKG dependencies on DUAL

Line 125: FROM dual;

121:
122: -- Generate a new sequence for the new certificate record.
123: SELECT ap_awt_tax_rates_s.nextval
124: INTO l_new_tax_rate_id
125: FROM dual;
126:
127: --Insert a new certificate record for the new record with priority 1
128: Insert Into ap_awt_tax_rates(
129: tax_rate_id