DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on DUAL

Line 727: FROM SYS.DUAL;

723: END IF;
724:
725: SELECT PO_RELEASES_S.NEXTVAL
726: INTO x_po_release_id
727: FROM SYS.DUAL;
728:
729: /* Bug 1834138. pchintal. Code for calculating the shipment number.
730: This was done as a part of improving the performance of the create
731: releases process.

Line 900: FROM SYS.DUAL;

896: --
897:
898: SELECT PO_LINE_LOCATIONS_S.NEXTVAL
899: INTO x_line_location_id
900: FROM SYS.DUAL;
901:
902: /* Bug 1834138. pchintal. Commented the below SQL and added new Code
903: for calculating the shipment number. This was done as a part of
904: improving the performance of the create releases process.