DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on PO_LOCATIONS_S

Line 430: X_valid_loc := po_locations_s.val_ship_to_site_in_org(

426: /* Validate the ship_to_location */
427: -- The following function call was happening only when x_item_id is null.
428: --removed the if clause around it to invoke irrespective of the item id.
429: /* Check_loc_valid_in_org */
430: X_valid_loc := po_locations_s.val_ship_to_site_in_org(
431: X_ship_to_location_id,
432: X_ship_org_id);
433:
434: if X_item_id is not null then