DBA Data[Home] [Help]

APPS.WSH_CUSTOM_PUB dependencies on WSH_LOCATIONS_PKG

Line 108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,

104: --5) For custom changes to take affect,user has to run 'Import Shipping Location' Concurrent Program.
105:
106: PROCEDURE ui_location_code (
107: p_location_type IN VARCHAR2,
108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,
109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

Line 109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,

105:
106: PROCEDURE ui_location_code (
107: p_location_type IN VARCHAR2,
108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,
109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

Line 110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

106: PROCEDURE ui_location_code (
107: p_location_type IN VARCHAR2,
108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,
109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

Line 111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

107: p_location_type IN VARCHAR2,
108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,
109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

Line 112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

108: p_location_idTbl IN WSH_LOCATIONS_PKG.ID_Tbl_Type,
109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

Line 113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

109: p_address_1Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type,
110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,

Line 114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

110: p_address_2Tbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,

Line 115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

111: p_countryTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
119: x_use_custom_ui_location OUT NOCOPY VARCHAR2,

Line 116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,

112: p_stateTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
119: x_use_custom_ui_location OUT NOCOPY VARCHAR2,
120: x_custom_ui_loc_codeTbl OUT NOCOPY WSH_LOCATIONS_PKG.LocationCode_Tbl_Type

Line 117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,

113: p_provinceTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
119: x_use_custom_ui_location OUT NOCOPY VARCHAR2,
120: x_custom_ui_loc_codeTbl OUT NOCOPY WSH_LOCATIONS_PKG.LocationCode_Tbl_Type
121: ) IS

Line 118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,

114: p_countyTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
115: p_cityTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
119: x_use_custom_ui_location OUT NOCOPY VARCHAR2,
120: x_custom_ui_loc_codeTbl OUT NOCOPY WSH_LOCATIONS_PKG.LocationCode_Tbl_Type
121: ) IS
122: l_sqlcode NUMBER;

Line 120: x_custom_ui_loc_codeTbl OUT NOCOPY WSH_LOCATIONS_PKG.LocationCode_Tbl_Type

116: p_postal_codeTbl IN WSH_LOCATIONS_PKG.Address_Tbl_Type ,
117: p_party_site_numberTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
118: p_location_codeTbl IN WSH_LOCATIONS_PKG.LocationCode_Tbl_Type,
119: x_use_custom_ui_location OUT NOCOPY VARCHAR2,
120: x_custom_ui_loc_codeTbl OUT NOCOPY WSH_LOCATIONS_PKG.LocationCode_Tbl_Type
121: ) IS
122: l_sqlcode NUMBER;
123: l_sqlerr VARCHAR2(2000);
124: BEGIN