GET_PO_HEADER_OTHER_COSTS - Intergraph Smart Materials - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Description:

By default, this function returns the SUM of cost_value from m_used_other_costs for the given agreement header. The value is filled for only the first agreement line item.

Paramaters:

p_poh_id: as BIR shows only the highest supplement, this function expects the poh_id of the highest agreement suplement.

p_curr_unit: Currency unit for the displayed other cost.

Type:

Function

Usage:

BIR: Agreements and Line Items report

Event:

Called from BIR page 50 - Agreements and Line Items

Default:

SUM(m_sys.m_api_bireport.conv_unit_proj(p_value_in=> uoc.cost_value, p_from_unit_id=> uoc.unit_id, p_to_unit_id=> p_curr_unit, p_proj_id=> uoc.proj_id))