FAQs

Can I stack my fixed assets REST operation calls and save changes after the last call completes?

No. All your changes will automatically get saved at the end of each REST operation call.

Can I display all the fixed assets attributes as shown in the Inquire Assets page?

No. Only book information, source line, and descriptive details are displayed for a given asset to keep the information compact in the response payloads. You can issue separate rest calls to record the asset's transaction and retirement history.

What are the valid values I can supply to P_DISTRIBUTION_ID_TBL for asset transfers request payloads?

Here are the various values that are valid and not valid:

Table -

Entry Reason Status

P_DISTRIBUTION_ID_TBL: '140844,-1'

Source distribution (identifier 140844) and the destination distribution is to be created.

Valid

P_DISTRIBUTION_ID_TBL: '140844,'

Blank is not an acceptable distribution identifier.

Invalid

P_DISTRIBUTION_ID_TBL: '140844,0'

'0' is an invalid distribution identifier.

Invalid

P_DISTRIBUTION_ID_TBL: '140844,NULL'

NULL is an accepted value.

Valid

P_DISTRIBUTION_ID_TBL: '140844,"NULL"'

"NULL" is a string and does not represent a NULL value.

Invalid

P_DISTRIBUTION_ID_TBL: '140844,140845'

The assumption is that transfer is from a known active source distribution (identifier 140844) to the destination distribution (identifier 140845).

Valid