DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on DUAL

Line 729: FROM SYS.DUAL;

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

Line 906: FROM SYS.DUAL;

902: --
903:
904: SELECT PO_LINE_LOCATIONS_S.NEXTVAL
905: INTO x_line_location_id
906: FROM SYS.DUAL;
907:
908: /* Bug 1834138. pchintal. Commented the below SQL and added new Code
909: for calculating the shipment number. This was done as a part of
910: improving the performance of the create releases process.