DBA Data[Home] [Help]

APPS.PN_DISTRIBUTIONS_PKG dependencies on DUAL

Line 113: FROM DUAL;

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:
116: /* make sure the org ID is not null */
117: IF x_org_id IS NOT NULL THEN