DBA Data[Home] [Help]

APPS.PN_DISTRIBUTIONS_PKG dependencies on PN_DISTRIBUTIONS_S

Line 111: SELECT pn_distributions_s.NEXTVAL

107: END IF;
108:
109: IF (x_distribution_id IS NULL)
110: THEN
111: SELECT pn_distributions_s.NEXTVAL
112: INTO x_distribution_id
113: FROM DUAL;
114: END IF;
115: