Material (PDMS_M.DAT) - Intergraph Smart Materials - Version 10.2 - Administration & Configuration - Hexagon

Intergraph Smart Materials Integration (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Administration & Configuration
Smart Construction Version
8
Smart Materials/Smart Reference Data Version
10.2

Contains the material text information.

<START> CATA SECT SMTE
XTEXT
YTEXT
ZTEXT

CATA:

m_pck_pdms_custom.get_cata ('CC' ,p_commodity_id)

Look at the example PL/SQL-Code. With the parameter values ‘CC’ and commodity_id, the function fetches the project identifier of the commodity code that should be transferred.

SECT:

default is part SHORT_DESC (if not defined then ‘PART:PART_ID’),
CIP (M_PCK_PDMS_CUSTOM.SECT, input COMMODITY_ID and NLS_ID of current login)

SMTE:

default is TD_CODE || ‘_’ || TAB_ID (or table detail link) || ‘-M’
CIP (M_PCK_PDMS_CUSTOM.FIND_IN_CCD, input COMMODITY_ID, 'MATXT', INTERFACE_ID, NLS_ID, 'CODE')
For NLS_ID will be used the defined nls_id of PDMS 30.01 Configure PDMS field Nls for RTEXT/XTEXT

XTEXT:

default is SHORT_DESC of table detail (or table detail link)
CIP (M_PCK_PDMS_CUSTOM.FIND_IN_CCD, input COMMODITY_ID, 'MATXT', INTERFACE_ID, NLS_ID, 'DESC')
For NLS_ID will be used the defined nls_id of PDMS 30.01 Configure PDMS field Nls for RTEXT/XTEXT

YTEXT:

default is SHORT_DESC of table detail (or table detail link)
CIP (M_PCK_PDMS_CUSTOM.FIND_IN_CCD, input COMMODITY_ID, 'MATXT', INTERFACE_ID, NLS_ID, 'DESC')
For NLS_ID will be used the defined nls_id of PDMS 30.01 Configure PDMS field Nls for STEXT/YTEXT

ZTEXT:

default is SHORT_DESC of table detail (or table detail link)
CIP (M_PCK_PDMS_CUSTOM.FIND_IN_CCD, input COMMODITY_ID, 'MATXT', INTERFACE_ID, NLS_ID, 'DESC')
For NLS_ID will be used the defined nls_id of PDMS 30.01 Configure PDMS field Nls for TTEXT/ZTEXT

If no Nls is defined for STEXT/YTEXT and/or TTEXT/ZTEXT, then a blank line will be written for YTEXT and/or ZTEXT.

pdms_m.err

Contains information about errors that occurred during the material text transfer.