DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_LPN_COMPLETIONS

Line 1427: * Inserts a populated CmpTxnRec into wip_lpn_completions

1423: END put;
1424:
1425:
1426: /**
1427: * Inserts a populated CmpTxnRec into wip_lpn_completions
1428: * Parameters:
1429: * lpnCmpRecord The LpnCmpTxnRec representing the row to be inserted.
1430: * errMessage populated if an error occurrs
1431: * Return:

Line 1438: insert into wip_lpn_completions

1434: Function put(lpnCmpRecord LpnCmpTxnRec, errMessage IN OUT NOCOPY VARCHAR2)
1435: return boolean IS
1436: BEGIN
1437:
1438: insert into wip_lpn_completions
1439: (header_id, source_id, source_code,
1440: transaction_mode, created_by,
1441: creation_date, lock_flag,
1442: inventory_item_id, subinventory_code,