Package | Description |
---|---|
psdi.app.common.receipt | |
psdi.app.ipc.virtual | |
psdi.app.po |
The PO package includes MBOs related to Purchase Orders (POs).
|
psdi.app.po.virtual |
Modifier and Type | Method and Description |
---|---|
void |
ReceiptMboRemote.setPOLineSet(POLineSetRemote poLineSet) |
void |
ReceiptMbo.setPOLineSet(POLineSetRemote poLineSet)
Sets POLineSet object.
|
Modifier and Type | Method and Description |
---|---|
void |
IpcSelectedPartsSetRemote.returnPurchaseOrders(POLineSetRemote polines) |
void |
IpcSelectedPartsSet.returnPurchaseOrders(POLineSetRemote polines)
Return parts back to Purchase Orders
|
Modifier and Type | Class and Description |
---|---|
class |
POLineSet
Represents the set of POLines.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptInputRemote.setPOLineSet(POLineSetRemote poLineSet) |
void |
ReceiptInput.setPOLineSet(POLineSetRemote poLineSet)
Sets the related POLineSet MboSet that is used to create this ReceiptInput Mbo.
|