DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS_HISTORY_PKG dependencies on DUAL

Line 128: FROM dual;

124:
125:
126: SELECT MTL_TXNS_HISTORY_S.nextval
127: INTO x_transaction_id
128: FROM dual;
129:
130: if (g_debug = 1) then
131: inv_trx_util_pub.TRACE('Transaction ID is '|| x_transaction_id, 'INV_TRANSACTIONS_HISTORY_PKG', 9);
132: inv_trx_util_pub.TRACE('Inserting into MTL_TXNS_HISTORY', 'INV_TRANSACTIONS_HISTORY_PKG', 9);

Line 472: parameters, we need this wrapper. This takes in the individual columns,

468: PROCEDURE : Create_Txns_History
469: PARAMETERS :
470: DESCRIPTION : This procedure is written for use by the inbound mapping.
471: Since XML gateway does not support calls to procedures with record types as
472: parameters, we need this wrapper. This takes in the individual columns,
473: creates a txns-history record and calls the create_update_txns_history
474: procedure with that record
475: -----------------------------------------------------------------------------
476: