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 276: released_status wsh_delivery_details.released_status%TYPE,

272: );
273:
274: --Harmonizing Project
275: TYPE DetailActionsRec IS RECORD(
276: released_status wsh_delivery_details.released_status%TYPE,
277: container_flag wsh_delivery_details.container_flag%TYPE,
278: source_code wsh_delivery_details.source_code%TYPE,
279: caller VARCHAR2(100),
280: action_not_allowed VARCHAR2(100),

Line 277: container_flag wsh_delivery_details.container_flag%TYPE,

273:
274: --Harmonizing Project
275: TYPE DetailActionsRec IS RECORD(
276: released_status wsh_delivery_details.released_status%TYPE,
277: container_flag wsh_delivery_details.container_flag%TYPE,
278: source_code wsh_delivery_details.source_code%TYPE,
279: caller VARCHAR2(100),
280: action_not_allowed VARCHAR2(100),
281: org_type VARCHAR2(30),

Line 278: source_code wsh_delivery_details.source_code%TYPE,

274: --Harmonizing Project
275: TYPE DetailActionsRec IS RECORD(
276: released_status wsh_delivery_details.released_status%TYPE,
277: container_flag wsh_delivery_details.container_flag%TYPE,
278: source_code wsh_delivery_details.source_code%TYPE,
279: caller VARCHAR2(100),
280: action_not_allowed VARCHAR2(100),
281: org_type VARCHAR2(30),
282: message_name VARCHAR2(2000),

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

303: source_code VARCHAR2(32000),
304: lpn_id NUMBER,
305: line_direction VARCHAR2(30),
306: ship_from_location_id NUMBER, -- J-IB-NPARIKH
307: move_order_line_id WSH_DELIVERY_DETAILS.MOVE_ORDER_LINE_ID%TYPE, -- R12, X-dock project
308: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE, -- OTM R12 - org specific.Bug#5399341
309: client_id NUMBER -- LSP PROJECT :
310: );
311: