DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_GROUPING_PVT dependencies on DUAL

Line 422: FROM dual

418: -- If req line is being combined with another req or PO line, set flag to
419: -- 'Y'. Else, set flag to 'N'.
420: SELECT NVL(
421: (SELECT 'Y'
422: FROM dual
423: WHERE EXISTS(
424: -- Select all doc builder requisition lines that have the same PO line
425: -- number as the current line in the loop.
426: SELECT 'doc builder lines with same PO line number'