DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_LPN_COMPLETIONS

Line 1418: * Inserts a populated CmpTxnRec into wip_lpn_completions

1414: END put;
1415:
1416:
1417: /**
1418: * Inserts a populated CmpTxnRec into wip_lpn_completions
1419: * Parameters:
1420: * lpnCmpRecord The LpnCmpTxnRec representing the row to be inserted.
1421: * errMessage populated if an error occurrs
1422: * Return:

Line 1429: insert into wip_lpn_completions

1425: Function put(lpnCmpRecord LpnCmpTxnRec, errMessage IN OUT NOCOPY VARCHAR2)
1426: return boolean IS
1427: BEGIN
1428:
1429: insert into wip_lpn_completions
1430: (header_id, source_id, source_code,
1431: transaction_mode, created_by,
1432: creation_date, lock_flag,
1433: inventory_item_id, subinventory_code,