InterviewSolution
Saved Bookmarks
| 1. |
What Packages Or Functions In Rms Use Unit_cost Column In The Item_loc_soh Table? |
|
Answer» In GENERAL, UNIT_COST COLUMN in the ITEM_LOC_SOH table is updated and USED when the STD_AV_IND = 'S' in SYSTEM_OPTIONS table, otherwise AV_COST is used (i.e., STD_AV_IND = 'A' SYSTEM_OPTIONS table). The following list of modules use column UNIT_COST in the ITEM_LOC_SOH table for different PURPOSES:
In general, UNIT_COST column in the ITEM_LOC_SOH table is updated and used when the STD_AV_IND = 'S' in SYSTEM_OPTIONS table, otherwise AV_COST is used (i.e., STD_AV_IND = 'A' SYSTEM_OPTIONS table). The following list of modules use column UNIT_COST in the ITEM_LOC_SOH table for different purposes: |
|