Share via


PurchCommitmentCloseTemp_PSN.insertCommitmentWithBalance Method

Inserts a record into the current instance of the PurchCommitmentCloseTemp_PSN table by using the values in the specified parameters.

Syntax

private boolean insertCommitmentWithBalance(PurchCommitmentHeader_PSN _purchCommitmentHeader, PurchCommitmentLine_PSN _purchCommitmentLine)

Run On

Called

Parameters

  • _purchCommitmentHeader
    Type: PurchCommitmentHeader_PSN Table
    A PurchCommitmentHeader_PSN table buffer that contains the data to insert into the current instance of the PurchCommitmentCloseTemp_PSN table.
  • _purchCommitmentLine
    Type: PurchCommitmentLine_PSN Table
    A PurchCommitmentLine_PSN table buffer that contains the data to insert into the current instance of the PurchCommitmentCloseTemp_PSN table.

Return Value

Type: boolean
true if the commitment was inserted; otherwise, false.

See Also

Reference

PurchCommitmentCloseTemp_PSN Table