DBA Data[Home] [Help]

APPS.PN_INDEX_LEASE_PERIODS_PKG dependencies on DUAL

Line 111: FROM DUAL;

107: /* If no INDEX_PERIOD_ID is provided, get one from sequence */
108: IF (x_index_period_id IS NULL) THEN
109: SELECT pn_index_lease_periods_s.NEXTVAL
110: INTO x_index_period_id
111: FROM DUAL;
112: END IF;
113:
114:
115: /* if no line number is passed derived on from existing list. */