DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 18: TYPE input_parameter_rec_type is TABLE OF MTL_MATERIAL_TRANSACTIONS_TEMP%ROWTYPE

14:
15: -- Table type definition for an array of transaction_id reocrds and input parameters
16: TYPE transaction_id_rec_type IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
17:
18: TYPE input_parameter_rec_type is TABLE OF MTL_MATERIAL_TRANSACTIONS_TEMP%ROWTYPE
19: INDEX BY BINARY_INTEGER;
20:
21: txn_id_null_rec transaction_id_rec_type;
22: input_param_null_rec input_parameter_rec_type;

Line 119: /* MMTT : transaction is MTL_MATERIAL_TRANSACTIONS_TEMP.transaction_temp_id */

115:
116: -- Transaction Identifier denotes the source of Transaction. This is used
117: -- in conjunction with p_transaction_id to retrive the details. Possible values :
118: /* MANUAL: Manual mode. source is from p_input_param.p_transaction_id */
119: /* MMTT : transaction is MTL_MATERIAL_TRANSACTIONS_TEMP.transaction_temp_id */
120: /* MTI : transaction is MTL_TRANSACTION_INTERFACE.transaction_interface_id */
121: /* MTRL : transaction is MTL_TXN_REQUEST_LINES.line_id */
122: /* WFS : transaction is WIP_FLOW_SCHEDULES.wip_entity_id */
123: /* RT : transaction is RCV_TRANSACTION.lpn_group_id */

Line 260: * records such as MTL_MATERIAL_TRANSACTIONS_TEMP records. However, a

256: /*#
257: * These procedure initiates manual label print request based on the provided
258: * information. Note that the label will be generated with the given information
259: * provided by the input parameters, and will not be based on any transaction
260: * records such as MTL_MATERIAL_TRANSACTIONS_TEMP records. However, a
261: * business flow code can be provided for those transactions that do not have
262: * transaction records, such as Serial Generation, Cost Group Update, etc.
263: *
264: * @param x_return_status Return status of the procedure. If the procedure