DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_LINE_LOCATIONS_PKG_S2

Line 378: po_line_locations_pkg_s2.delete_row(X_row_id);

374:
375: /*
376: ** Call the Shipments table handler delete row
377: */
378: po_line_locations_pkg_s2.delete_row(X_row_id);
379: --dbms_output.put_line('after call to delete row');
380:
381: EXCEPTION
382: WHEN OTHERS THEN

Line 655: po_line_locations_pkg_s2.update_row(

651:
652: /*
653: ** Call the update row routine with all parameters.
654: */
655: po_line_locations_pkg_s2.update_row(
656: X_Rowid,
657: X_Line_Location_Id,
658: X_Last_Update_Date,
659: X_Last_Updated_By,