$$PO1 |
Call this entry point to check for the existence of a
Purchase Order in the Prosthetics database, when supplied with the coreFLS
Purchase Order identifiers.
Returns: 0 or 1.
0 = Not Present
1 = Present
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
F50 |
Input |
This is the SEGMENT1 (external PO#) value from the
PO_HEADERS_ALL table of Oracle Purchasing.
|
F51 |
Input |
This is the PO_HEADER_ID (internal PO#) value from
the PO_HEADERS_ALL table of Oracle Purchasing.
|
F52 |
Input |
This is the ORG_ID (Organizational Code) value from
the PO_HEADERS_ALL table of Oracle Purchasing.
|
|
$$HCPC |
Call this component to verify that a Purchase Order
line item with this Prosthetics HCPCS code may be imported from CoreFLS. This
extrinsic function returns '1' if the HCPCS code is acceptable and '0'
otherwise.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HCPCS |
Input |
This is the unique 5-8 character Prosthetics HCPCS
code.
|
|