DBA Data[Home] [Help]

APPS.WSH_BULK_PROCESS_PVT dependencies on OE_WSH_BULK_GRP

Line 85: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

81: -- Made the parameter p_action_prms IN OUT
82: PROCEDURE Create_delivery_details(
83: p_action_prms IN OUT NOCOPY
84: WSH_BULK_TYPES_GRP.action_parameters_rectype,
85: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
86: x_return_status OUT NOCOPY VARCHAR2
87: );
88:
89:

Line 106: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

102: --========================================================================
103:
104:
105: PROCEDURE Extend_tables (
106: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
107: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype ,
108: x_table_count OUT NOCOPY NUMBER ,
109: x_additional_line_info_rec OUT NOCOPY
110: additional_line_info_rec_type ,

Line 137: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

133: --========================================================================
134:
135:
136: PROCEDURE Validate_lines(
137: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
138: P_action_prms IN OUT NOCOPY
139: WSH_BULK_TYPES_GRP.action_parameters_rectype,
140: p_additional_line_info_rec IN OUT NOCOPY
141: additional_line_info_rec_type ,

Line 163: P_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

159: --========================================================================
160:
161:
162: PROCEDURE bulk_insert_details (
163: P_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
164: p_index IN NUMBER,
165: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
166: p_additional_line_info_rec IN additional_line_info_rec_type ,
167: X_return_status OUT NOCOPY VARCHAR2

Line 200: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

196: --========================================================================
197:
198:
199: PROCEDURE Set_message(
200: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
201: p_index IN NUMBER,
202: p_caller IN VARCHAR2,
203: P_first_call IN VARCHAR2,
204: X_stack_size_start IN OUT NOCOPY NUMBER,

Line 212: -- PARAMETERS: p_line_rec IN OUT OE_WSH_BULK_GRP.line_rec_type,

208: -- Added for Inbound Logistics
209: --========================================================================
210: -- PROCEDURE : validate_mandatory_info
211: --
212: -- PARAMETERS: p_line_rec IN OUT OE_WSH_BULK_GRP.line_rec_type,
213: -- p_index IN NUMBER
214: -- x_return_status return status
215: --
216: -- COMMENT : This API checks for the validity of mandatory fields like

Line 233: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

229: -- 13.source_line_type_code
230: --
231: --========================================================================
232: PROCEDURE validate_mandatory_info(
233: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
234: p_index IN NUMBER,
235: x_return_status OUT NOCOPY VARCHAR2);
236:
237: --========================================================================

Line 240: -- PARAMETERS: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

236:
237: --========================================================================
238: -- PROCEDURE : get_opm_quantity
239: --
240: -- PARAMETERS: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
241: -- p_index IN NUMBER,
242: -- x_return_status OUT NOCOPY VARCHAR2
243: --
244: -- COMMENT :

Line 248: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

244: -- COMMENT :
245: --========================================================================
246: /* HW OPMCONV. No need to use this routine
247: PROCEDURE get_opm_quantity(
248: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
249: p_index IN NUMBER,
250: x_return_status OUT NOCOPY VARCHAR2);
251: */--========================================================================
252: -- PROCEDURE : calc_service_mode

Line 268: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

264: -- The index of these tables are cached, so that the for the same
265: -- ship_method_code these information is reused.
266: --========================================================================
267: PROCEDURE calc_service_mode(
268: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
269: p_cache_tbl IN OUT NOCOPY
270: wsh_util_core.char500_tab_type,
271: p_cache_ext_tbl IN OUT NOCOPY
272: wsh_util_core.char500_tab_type,