DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on MTL_TRANSACTIONS_INTERFACE

Line 60: * mtl_transactions_interface table.

56: );
57:
58: /**
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:

Line 62: TYPE CfmRecord IS RECORD (row mtl_transactions_interface%ROWTYPE);

58: /**
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,