DBA Data[Home] [Help]

APPS.PO_VENDORS_SV dependencies on PO_LOCATIONS_S

Line 775: po_locations_s.get_loc_attributes(X_temp_ship_to_loc_id,X_ship_to_loc_dsp,

771: where location_id = X_temp_ship_to_loc_id;*/
772:
773: /* Get the location_code ,inv_org_id for a given location */
774:
775: po_locations_s.get_loc_attributes(X_temp_ship_to_loc_id,X_ship_to_loc_dsp,
776: X_inv_org_id);
777:
778: X_progress := '020';
779:

Line 857: po_locations_s.get_loc_attributes(X_temp_bill_to_loc_id, X_bill_to_loc_dsp, X_inv_org_id);

853: /* Get the Bill_to_location for a given location_id
854: ** The third parameter X_inv_org_id is passed back by the procedure, but never used
855: ** in this case */
856:
857: po_locations_s.get_loc_attributes(X_temp_bill_to_loc_id, X_bill_to_loc_dsp, X_inv_org_id);
858:
859:
860: exception
861: