DBA Data[Home] [Help]

APPS.PO_SOURCING3_SV dependencies on PO_LOCATIONS_S

Line 137: po_locations_s.get_loc_org(X_def_deliver_to_loc_id,

133: ** location.
134: */
135:
136: X_progress := '060';
137: po_locations_s.get_loc_org(X_def_deliver_to_loc_id,
138: X_sob_id,
139: X_def_deliver_to_org_id,
140: X_def_deliver_to_org_code,
141: X_def_deliver_to_org_name);

Line 147: X_loc_is_valid := po_locations_s.get_ship_to_location(X_def_deliver_to_loc_id,

143: /* Get the ship-to location associated with this deliver-to location.
144: */
145:
146: X_progress := '065';
147: X_loc_is_valid := po_locations_s.get_ship_to_location(X_def_deliver_to_loc_id,
148: X_ship_for_del_loc_id);
149:
150: /* Get the ship-to location name for this id. */
151:

Line 153: po_locations_s.get_location_code(X_ship_for_del_loc_id,

149:
150: /* Get the ship-to location name for this id. */
151:
152: X_progress := '066';
153: po_locations_s.get_location_code(X_ship_for_del_loc_id,
154: X_ship_for_del_loc_name);
155:
156:
157: /* Get the inverse rate profile option.