DBA Data[Home] [Help]

APPS.WSH_GLBL_VAR_STRCT_GRP dependencies on WSH_UTIL_CORE

Line 34: Lpn_ids wsh_util_core.id_tab_type,

30: TYPE num_Tbl_Type is TABLE of NUMBER index by binary_integer;
31:
32:
33: TYPE ContInfoRectype IS RECORD (
34: Lpn_ids wsh_util_core.id_tab_type,
35: Container_names v50_Tbl_Type
36: );
37:
38: TYPE dd_action_out_rec_type IS RECORD

Line 40: valid_id_tab WSH_UTIL_CORE.id_tab_type,

36: );
37:
38: TYPE dd_action_out_rec_type IS RECORD
39: (
40: valid_id_tab WSH_UTIL_CORE.id_tab_type,
41: selection_issue_flag VARCHAR2(1),
42: delivery_id_tab WSH_UTIL_CORE.id_tab_type,
43: result_id_tab WSH_UTIL_CORE.id_tab_type,
44: split_quantity NUMBER,

Line 42: delivery_id_tab WSH_UTIL_CORE.id_tab_type,

38: TYPE dd_action_out_rec_type IS RECORD
39: (
40: valid_id_tab WSH_UTIL_CORE.id_tab_type,
41: selection_issue_flag VARCHAR2(1),
42: delivery_id_tab WSH_UTIL_CORE.id_tab_type,
43: result_id_tab WSH_UTIL_CORE.id_tab_type,
44: split_quantity NUMBER,
45: split_quantity2 NUMBER,
46: source_header_id_tab wsh_util_core.id_tab_type,

Line 43: result_id_tab WSH_UTIL_CORE.id_tab_type,

39: (
40: valid_id_tab WSH_UTIL_CORE.id_tab_type,
41: selection_issue_flag VARCHAR2(1),
42: delivery_id_tab WSH_UTIL_CORE.id_tab_type,
43: result_id_tab WSH_UTIL_CORE.id_tab_type,
44: split_quantity NUMBER,
45: split_quantity2 NUMBER,
46: source_header_id_tab wsh_util_core.id_tab_type,
47: source_line_id_tab wsh_util_core.id_tab_type,

Line 46: source_header_id_tab wsh_util_core.id_tab_type,

42: delivery_id_tab WSH_UTIL_CORE.id_tab_type,
43: result_id_tab WSH_UTIL_CORE.id_tab_type,
44: split_quantity NUMBER,
45: split_quantity2 NUMBER,
46: source_header_id_tab wsh_util_core.id_tab_type,
47: source_line_id_tab wsh_util_core.id_tab_type,
48: quantity_tab wsh_util_core.id_tab_type,
49: source_code_id_tab v3_tbl_type);
50:

Line 47: source_line_id_tab wsh_util_core.id_tab_type,

43: result_id_tab WSH_UTIL_CORE.id_tab_type,
44: split_quantity NUMBER,
45: split_quantity2 NUMBER,
46: source_header_id_tab wsh_util_core.id_tab_type,
47: source_line_id_tab wsh_util_core.id_tab_type,
48: quantity_tab wsh_util_core.id_tab_type,
49: source_code_id_tab v3_tbl_type);
50:
51: --

Line 48: quantity_tab wsh_util_core.id_tab_type,

44: split_quantity NUMBER,
45: split_quantity2 NUMBER,
46: source_header_id_tab wsh_util_core.id_tab_type,
47: source_line_id_tab wsh_util_core.id_tab_type,
48: quantity_tab wsh_util_core.id_tab_type,
49: source_code_id_tab v3_tbl_type);
50:
51: --
52:

Line 104: lpn_ids wsh_util_core.id_tab_type,

100: base_number NUMBER,
101: num_digits NUMBER,
102: quantity NUMBER,
103: container_name VARCHAR2(30),
104: lpn_ids wsh_util_core.id_tab_type,
105: ucc_128_suffix_flag NUMBER := 2
106: );
107:
108: --

Line 112: detail_ids WSH_UTIL_CORE.Id_Tab_Type

108: --
109: TYPE detailOutRecType IS RECORD
110: (
111: --
112: detail_ids WSH_UTIL_CORE.Id_Tab_Type
113: );
114:
115:
116:

Line 358: group_id_tab wsh_util_core.id_tab_type,

354: delivery_flag VARCHAR2(1),
355: lpn_rec Delivery_Details_Rec_Type,
356:
357: -- Autopack
358: group_id_tab wsh_util_core.id_tab_type,
359: -- Split Line
360: split_quantity NUMBER,
361: split_quantity2 NUMBER,
362: -- Process Deliveries

Line 403: lpn_ids wsh_util_core.id_tab_type

399: call_level num_tbl_type
400: );
401:
402: TYPE purgeInOutRecType IS Record (
403: lpn_ids wsh_util_core.id_tab_type
404: );
405:
406:
407: