DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on MTL_TRANSACTIONS_INTERFACE

Line 472: * table mtl_transactions_interface and some furthur validation and processing.

468:
469:
470: /**
471: * This function is used to insert the record encapsulated in cfmRec to
472: * table mtl_transactions_interface and some furthur validation and processing.
473: */
474: Function put(cfmRec CfmRecord, errMsg OUT NOCOPY VARCHAR2) return boolean IS
475: Begin
476: INSERT INTO mtl_transactions_interface

Line 476: INSERT INTO mtl_transactions_interface

472: * table mtl_transactions_interface and some furthur validation and processing.
473: */
474: Function put(cfmRec CfmRecord, errMsg OUT NOCOPY VARCHAR2) return boolean IS
475: Begin
476: INSERT INTO mtl_transactions_interface
477: (transaction_interface_id,
478: transaction_header_id,
479: lock_flag, transaction_mode,
480: process_flag, validation_required,