DBA Data[Home] [Help]

APPS.WSH_WV_UTILS dependencies on WSH_UTIL_CORE

Line 184: -- p_detail_rows IN wsh_util_core.id_tab_type REQUIRED

180: -- If p_calc_wv_if_frozen is 'N' then W/V will be calculated not be calculated
181: -- for entities whose W/V is manually entered
182: -- Parameters :
183: -- IN:
184: -- p_detail_rows IN wsh_util_core.id_tab_type REQUIRED
185: -- p_update_flag IN VARCHAR2
186: -- 'Y' if the detail needs to be updated with the calculated W/V
187: -- p_calc_wv_if_frozen IN VARCHAR2
188: -- 'Y' if manual W/V can be overriden

Line 196: p_detail_rows IN wsh_util_core.id_tab_type,

192: -- Version : 1.0
193: -- End of comments
194:
195: PROCEDURE Detail_Weight_Volume (
196: p_detail_rows IN wsh_util_core.id_tab_type,
197: p_override_flag IN VARCHAR2,
198: p_calc_wv_if_frozen IN VARCHAR2 DEFAULT 'Y',
199: x_return_status OUT NOCOPY VARCHAR2);
200:

Line 310: ( p_del_rows IN wsh_util_core.id_tab_type,

306: -- of deliveries by calling the single delivery_weight_volume procedure
307: --
308:
309: PROCEDURE Delivery_Weight_Volume
310: ( p_del_rows IN wsh_util_core.id_tab_type,
311: p_update_flag IN VARCHAR2,
312: p_calc_wv_if_frozen IN VARCHAR2 DEFAULT 'Y',
313: x_return_status OUT NOCOPY VARCHAR2);
314: