DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_DELIVERY_DETAILS

Line 7: source_code WSH_DELIVERY_DETAILS.SOURCE_CODE%TYPE, -- mandatory parameter

3:
4:
5: TYPE MinMaxInRecType is RECORD (
6: api_version_number NUMBER DEFAULT 1.0,
7: source_code WSH_DELIVERY_DETAILS.SOURCE_CODE%TYPE, -- mandatory parameter
8: line_id NUMBER, -- source_line_id
9: source_header_id NUMBER, -- Bug 2181132 new field
10: source_line_set_id NUMBER,
11: ship_tolerance_above NUMBER,

Line 270: released_status wsh_delivery_details.released_status%TYPE,

266: );
267:
268: --Harmonizing Project
269: TYPE DetailActionsRec IS RECORD(
270: released_status wsh_delivery_details.released_status%TYPE,
271: container_flag wsh_delivery_details.container_flag%TYPE,
272: source_code wsh_delivery_details.source_code%TYPE,
273: caller VARCHAR2(100),
274: action_not_allowed VARCHAR2(100),

Line 271: container_flag wsh_delivery_details.container_flag%TYPE,

267:
268: --Harmonizing Project
269: TYPE DetailActionsRec IS RECORD(
270: released_status wsh_delivery_details.released_status%TYPE,
271: container_flag wsh_delivery_details.container_flag%TYPE,
272: source_code wsh_delivery_details.source_code%TYPE,
273: caller VARCHAR2(100),
274: action_not_allowed VARCHAR2(100),
275: org_type VARCHAR2(30),

Line 272: source_code wsh_delivery_details.source_code%TYPE,

268: --Harmonizing Project
269: TYPE DetailActionsRec IS RECORD(
270: released_status wsh_delivery_details.released_status%TYPE,
271: container_flag wsh_delivery_details.container_flag%TYPE,
272: source_code wsh_delivery_details.source_code%TYPE,
273: caller VARCHAR2(100),
274: action_not_allowed VARCHAR2(100),
275: org_type VARCHAR2(30),
276: message_name VARCHAR2(2000),

Line 301: move_order_line_id WSH_DELIVERY_DETAILS.MOVE_ORDER_LINE_ID%TYPE, -- R12, X-dock project

297: source_code VARCHAR2(32000),
298: lpn_id NUMBER,
299: line_direction VARCHAR2(30),
300: ship_from_location_id NUMBER, -- J-IB-NPARIKH
301: move_order_line_id WSH_DELIVERY_DETAILS.MOVE_ORDER_LINE_ID%TYPE, -- R12, X-dock project
302: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE -- OTM R12 - org specific.Bug#5399341
303: );
304:
305: TYPE detail_rec_tab_type IS TABLE OF detail_rec_type INDEX BY BINARY_INTEGER;