QP_CUSTOM for Service in the charges screen
How do you set up the package body for QP_CUSTOM for Service in the charges screen? OM was easy but we need special pricing from service requests. I have tried using the CS_CHARGE_DETAILS_PUB.G_MISS_CHRG_REC.inventory_item_id_in but all that it seems to return is an exponential number. The same happens when I try to return the CS_CHARGE_DETAILS_PUB.G_MISS_CHRG_REC.transaction_inventory_org. These 2 fields are truly all I need to pass.
Any help would be greatly appreciated.