DBA Data[Home] [Help]

APPS.WMA_RESOURCE dependencies on WIP_COST_TXN_INTERFACE

Line 103: * Inserts a populated ResTxnRec record into WIP_COST_TXN_INTERFACE

99: END derive;
100:
101:
102: /**
103: * Inserts a populated ResTxnRec record into WIP_COST_TXN_INTERFACE
104: * Parameters:
105: * resRecord The ResTxnRec representing the row to be inserted.
106: * errMessage populated if an error occurrs
107: * Return:

Line 115: insert into wip_cost_txn_interface

111: errMessage IN OUT NOCOPY VARCHAR2) RETURN boolean IS
112:
113: BEGIN
114:
115: insert into wip_cost_txn_interface
116: (created_by_name,
117: creation_date,
118: last_update_date,
119: last_updated_by_name,