DBA Data[Home] [Help]

APPS.WIP_MOVE_VALIDATOR dependencies on WIP_MOVE_TXN_INTERFACE

Line 13: TYPE txnID_list IS TABLE OF wip_move_txn_interface.transaction_id%TYPE INDEX BY binary_integer;

9: error_message VARCHAR2(240));
10:
11: TYPE error_list IS TABLE OF request_error INDEX BY binary_integer;
12:
13: TYPE txnID_list IS TABLE OF wip_move_txn_interface.transaction_id%TYPE INDEX BY binary_integer;
14:
15: current_errors error_list ;
16: any_current_request boolean ;
17:

Line 34: * WIP_MOVE_TXN_INTERFACE table before processing the record.

30:
31: /***************************************************************************
32: *
33: * This procedure is used to validate all the necessary column in
34: * WIP_MOVE_TXN_INTERFACE table before processing the record.
35: * This procedure is very useful for background transaction inserted by
36: * 3rd party softwares.
37: *
38: * PARAMETER:

Line 40: * p_group_id group_id in WIP_MOVE_TXN_INTERFACE

36: * 3rd party softwares.
37: *
38: * PARAMETER:
39: *
40: * p_group_id group_id in WIP_MOVE_TXN_INTERFACE
41: * p_initMsgList A flag used to determine whether the user want to
42: * initialize message list or not
43: * NOTE:
44: * There is no return status from this routine. If some information is invalid,

Line 45: * update process_status in WIP_MOVE_TXN_INTERFACE to WIP_CONSTANTS.ERROR, and

41: * p_initMsgList A flag used to determine whether the user want to
42: * initialize message list or not
43: * NOTE:
44: * There is no return status from this routine. If some information is invalid,
45: * update process_status in WIP_MOVE_TXN_INTERFACE to WIP_CONSTANTS.ERROR, and
46: * the move processor will not process this record. We will also insert error
47: * message into WIP_TXN_INTERFACE_ERRORS
48: *
49: ***************************************************************************/

Line 94: * p_group_id group_id in WIP_MOVE_TXN_INTERFACE

90: * This procedure is used to validate transaction inserted by WIP OA page.
91: *
92: * PARAMETER:
93: *
94: * p_group_id group_id in WIP_MOVE_TXN_INTERFACE
95:
96: * NOTE:
97: * There is no return status from this routine. If some information is invalid,
98: * update process_status in WIP_MOVE_TXN_INTERFACE to WIP_CONSTANTS.ERROR, and

Line 98: * update process_status in WIP_MOVE_TXN_INTERFACE to WIP_CONSTANTS.ERROR, and

94: * p_group_id group_id in WIP_MOVE_TXN_INTERFACE
95:
96: * NOTE:
97: * There is no return status from this routine. If some information is invalid,
98: * update process_status in WIP_MOVE_TXN_INTERFACE to WIP_CONSTANTS.ERROR, and
99: * the move processor will not process this record. We will also insert error
100: * message into WIP_TXN_INTERFACE_ERRORS
101: *
102: ***************************************************************************/