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 121: /* MMTT : transaction is MTL_MATERIAL_TRANSACTIONS_TEMP.transaction_temp_id */

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

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

279: /*#
280: * These procedure initiates manual label print request based on the provided
281: * information. Note that the label will be generated with the given information
282: * provided by the input parameters, and will not be based on any transaction
283: * records such as MTL_MATERIAL_TRANSACTIONS_TEMP records. However, a
284: * business flow code can be provided for those transactions that do not have
285: * transaction records, such as Serial Generation, Cost Group Update, etc.
286: *
287: * @param x_return_status Return status of the procedure. If the procedure