DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_HISTORY_PKG dependencies on DUAL

Line 206: FROM dual;

202: -- ctd.. transaction_status, document_type
203:
204: SELECT WSH_TRANSACTION_S.nextval
205: INTO x_transaction_id
206: FROM dual;
207:
208: INSERT INTO wsh_transactions_history(
209: TRANSACTION_ID,
210: DOCUMENT_TYPE,

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

526: PROCEDURE : Create_Txns_History
527: PARAMETERS :
528: DESCRIPTION : This procedure is written for use by the inbound mapping.
529: Since XML gateway does not support calls to procedures with record types as
530: parameters, we need this wrapper. This takes in the individual columns,
531: creates a txns-history record and calls the create_update_txns_history
532: procedure with that record
533: -----------------------------------------------------------------------------
534: */