DBA Data[Home] [Help]

APPS.WSH_DELIVERY_AUTOCREATE dependencies on WSH_UTIL_CORE

Line 114: p_line_rows IN wsh_util_core.id_tab_type,

110: -- x_return_status - Status of execution
111:
112:
113: PROCEDURE autocreate_deliveries(
114: p_line_rows IN wsh_util_core.id_tab_type,
115: p_init_flag IN VARCHAR2,
116: p_pick_release_flag IN VARCHAR2,
117: p_container_flag IN VARCHAR2 := 'N',
118: p_check_flag IN VARCHAR2 := 'N',

Line 122: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,

118: p_check_flag IN VARCHAR2 := 'N',
119: p_caller IN VARCHAR2 DEFAULT NULL,
120: p_generate_carton_group_id IN VARCHAR2 := 'N',
121: p_max_detail_commit IN NUMBER := 1000,
122: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,
123: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,
124: x_return_status OUT NOCOPY VARCHAR2
125: );
126:

Line 123: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,

119: p_caller IN VARCHAR2 DEFAULT NULL,
120: p_generate_carton_group_id IN VARCHAR2 := 'N',
121: p_max_detail_commit IN NUMBER := 1000,
122: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,
123: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,
124: x_return_status OUT NOCOPY VARCHAR2
125: );
126:
127: -- bug 1668578

Line 151: p_line_rows IN wsh_util_core.id_tab_type,

147: -- when p_check_flag is set to 'Y'
148: -- x_return_status - Status of execution
149:
150: PROCEDURE autocreate_del_across_orgs(
151: p_line_rows IN wsh_util_core.id_tab_type,
152: p_org_rows IN wsh_util_core.id_tab_type,
153: p_container_flag IN VARCHAR2 := 'N',
154: p_check_flag IN VARCHAR2 := 'N',
155: p_caller IN VARCHAR2 DEFAULT NULL,

Line 152: p_org_rows IN wsh_util_core.id_tab_type,

148: -- x_return_status - Status of execution
149:
150: PROCEDURE autocreate_del_across_orgs(
151: p_line_rows IN wsh_util_core.id_tab_type,
152: p_org_rows IN wsh_util_core.id_tab_type,
153: p_container_flag IN VARCHAR2 := 'N',
154: p_check_flag IN VARCHAR2 := 'N',
155: p_caller IN VARCHAR2 DEFAULT NULL,
156: p_max_detail_commit IN NUMBER := 1000,

Line 158: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,

154: p_check_flag IN VARCHAR2 := 'N',
155: p_caller IN VARCHAR2 DEFAULT NULL,
156: p_max_detail_commit IN NUMBER := 1000,
157: p_group_by_header_flag IN VARCHAR2 DEFAULT NULL,
158: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,
159: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,
160: x_return_status OUT NOCOPY VARCHAR2
161: );
162: -- end bug 1668578

Line 159: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,

155: p_caller IN VARCHAR2 DEFAULT NULL,
156: p_max_detail_commit IN NUMBER := 1000,
157: p_group_by_header_flag IN VARCHAR2 DEFAULT NULL,
158: x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type,
159: x_grouping_rows OUT NOCOPY wsh_util_core.id_tab_type,
160: x_return_status OUT NOCOPY VARCHAR2
161: );
162: -- end bug 1668578
163:

Line 320: x_matched_entities OUT NOCOPY wsh_util_core.id_tab_type,

316: PROCEDURE Find_Matching_Groups(p_attr_tab IN OUT NOCOPY grp_attr_tab_type,
317: p_action_rec IN action_rec_type,
318: p_target_rec IN grp_attr_rec_type,
319: p_group_tab IN OUT NOCOPY grp_attr_tab_type,
320: x_matched_entities OUT NOCOPY wsh_util_core.id_tab_type,
321: x_out_rec out NOCOPY out_rec_type,
322: x_return_status out NOCOPY varchar2);
323:
324: PROCEDURE Reset_WSH_TMP;