DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_LINE_LOCATIONS_PKG_S2

Line 387: po_line_locations_pkg_s2.delete_row(X_row_id);

383:
384: /*
385: ** Call the Shipments table handler delete row
386: */
387: po_line_locations_pkg_s2.delete_row(X_row_id);
388: --dbms_output.put_line('after call to delete row');
389:
390: EXCEPTION
391: WHEN OTHERS THEN

Line 664: po_line_locations_pkg_s2.update_row(

660:
661: /*
662: ** Call the update row routine with all parameters.
663: */
664: po_line_locations_pkg_s2.update_row(
665: X_Rowid,
666: X_Line_Location_Id,
667: X_Last_Update_Date,
668: X_Last_Updated_By,