DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on WIP_LPN_COMPLETIONS

Line 63: TYPE LpnCfmRecord IS RECORD (row wip_lpn_completions%ROWTYPE);

59: * This structrue is for the record that should be inserted into
60: * mtl_transactions_interface table.
61: */
62: TYPE CfmRecord IS RECORD (row mtl_transactions_interface%ROWTYPE);
63: TYPE LpnCfmRecord IS RECORD (row wip_lpn_completions%ROWTYPE);
64:
65: PROCEDURE process(param IN CfmParam,
66: status OUT NOCOPY NUMBER,
67: errMessage OUT NOCOPY VARCHAR2);