DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_AUTOSOURCE_SV

Line 1200: l_is_source_info_changed := PO_AUTOSOURCE_SV.has_source_changed(

1196:
1197: -- Check whether the above call to the Pricing API returned a
1198: -- price break that is different than what is currently
1199: -- in the database.
1200: l_is_source_info_changed := PO_AUTOSOURCE_SV.has_source_changed(
1201: l_po_lines_rec.po_line_id,
1202: l_po_lines_rec.from_header_id,
1203: l_po_lines_rec.from_line_id,
1204: l_from_line_location_id);