DBA Data[Home] [Help]

APPS.WSH_BULK_PROCESS_PVT dependencies on OE_WSH_BULK_GRP

Line 20: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

16: -- Delete operation is not used to avoid extending performance
17: -- issues.
18: --========================================================================
19: PROCEDURE clear_wsh_prev_tabs(
20: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
21: x_return_status OUT NOCOPY VARCHAR2)
22: IS
23: l_debug_on BOOLEAN;
24: --

Line 200: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

196: -- The index of these tables are cached, so that the for the same
197: -- ship_method_code these information is reused.
198: --========================================================================
199: PROCEDURE calc_service_mode(
200: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
201: p_cache_tbl IN OUT NOCOPY
202: wsh_util_core.char500_tab_type,
203: p_cache_ext_tbl IN OUT NOCOPY
204: wsh_util_core.char500_tab_type,

Line 341: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type

337: -- The index of the record of the i/p table of records
338: -- namely p_line_rec. Only the fields of the record
339: -- corresponding to this index are checked for Null.
340: -- IN OUT:
341: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type
342: -- The input table of records, which contains the fields
343: -- to be checked for NULL.
344: -- OUT:
345: -- x_return_status OUT NOCOPY VARCHAR2

Line 354: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

350:
351:
352:
353: PROCEDURE check_null_fields(
354: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
355: p_index IN NUMBER,
356: x_return_status OUT NOCOPY VARCHAR2
357: )
358: IS

Line 469: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

465: -- related fields.
466: --========================================================================
467:
468: PROCEDURE Calc_wt_vol_qty(
469: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
470: p_additional_line_info_rec IN OUT NOCOPY
471: additional_line_info_rec_type ,
472: p_index IN NUMBER,
473: p_action_prms IN OUT NOCOPY

Line 707: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

703:
704: PROCEDURE Create_delivery_details(
705: p_action_prms IN OUT NOCOPY
706: WSH_BULK_TYPES_GRP.action_parameters_rectype,
707: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
708: x_return_status OUT NOCOPY VARCHAR2
709: )
710: IS
711: --Added the following cursor for Inbound Logistics

Line 1057: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

1053: --========================================================================
1054:
1055:
1056: PROCEDURE Extend_tables (
1057: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
1058: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype ,
1059: x_table_count OUT NOCOPY NUMBER ,
1060: x_additional_line_info_rec OUT NOCOPY
1061: additional_line_info_rec_type ,

Line 3016: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

3012: --========================================================================
3013:
3014:
3015: PROCEDURE Validate_lines(
3016: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
3017: P_action_prms IN OUT NOCOPY
3018: WSH_BULK_TYPES_GRP.action_parameters_rectype,
3019: p_additional_line_info_rec IN OUT NOCOPY
3020: additional_line_info_rec_type ,

Line 3780: P_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

3776: --========================================================================
3777:
3778:
3779: PROCEDURE bulk_insert_details (
3780: P_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
3781: p_index IN NUMBER,
3782: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
3783: p_additional_line_info_rec IN additional_line_info_rec_type ,
3784: X_return_status OUT NOCOPY VARCHAR2

Line 3805: l_del_det_id_tab OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM();

3801: i NUMBER;
3802: -- HW OPM BUG#:3064890 HVOP for OPM
3803: -- HW OPMCONV. Removed OPM variable
3804:
3805: l_del_det_id_tab OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM();
3806: l_detail_tab WSH_UTIL_CORE.id_tab_type; -- DBI Project
3807: l_dbi_rs VARCHAR2(1); -- Return Status from DBI API
3808: -- end of changes for 3064890
3809:

Line 4538: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

4534:
4535:
4536:
4537: PROCEDURE Set_message(
4538: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
4539: p_index IN NUMBER,
4540: p_caller IN VARCHAR2,
4541: P_first_call IN VARCHAR2,
4542: X_stack_size_start IN OUT NOCOPY NUMBER,

Line 4665: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

4661: -- 19.shipping_control
4662: -- and sets a local variable to the name of the field which failed validity.
4663: -- Parameters :
4664: -- IN:
4665: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
4666: -- The input table of records, which contains the fields
4667: -- to be checked for validity.
4668: -- p_index IN NUMBER
4669: -- The index of the record of the i/p table of records

Line 4684: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

4680:
4681:
4682:
4683: PROCEDURE validate_mandatory_info(
4684: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
4685: p_index IN NUMBER,
4686: x_return_status OUT NOCOPY VARCHAR2) IS
4687:
4688: