DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on DUAL

Line 1482: -- if item is dual uom control , derive shipment secondary quantity and

1478:
1479: l_progress := '130';
1480:
1481: --
1482: -- if item is dual uom control , derive shipment secondary quantity and
1483: -- secondary uom if it is null
1484: x_secondary_unit_of_measure := x_po_shipment_record.secondary_unit_of_measure ;
1485: x_secondary_quantity := x_po_shipment_record.secondary_quantity ;
1486:

Line 3241: FROM SYS.DUAL;

3237: x_progress := '000';
3238: BEGIN
3239: SELECT po_online_report_text_s.nextval
3240: INTO x_online_report_id
3241: FROM SYS.DUAL;
3242: EXCEPTION
3243: WHEN OTHERS THEN
3244: x_online_report_id := NULL;
3245: po_copydoc_s1.COPYDOC_sql_error('copy_documents', x_progress, sqlcode,