DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_DET_FACTOR_TEMPL_B

Line 816: DET_FACTOR_TEMPL_CODE ZX_DET_FACTOR_TEMPL_B.DET_FACTOR_TEMPL_CODE%TYPE,

812: -- This strucure is used to store information whether a template contains parameters
813: -- that are not passed by a specific Product Event Class. In that case, the template
814: -- will not be valid for that particular event class. This structure is used in Rule engine
815: TYPE template_valid_info_rec is record(
816: DET_FACTOR_TEMPL_CODE ZX_DET_FACTOR_TEMPL_B.DET_FACTOR_TEMPL_CODE%TYPE,
817: EVENT_CLASS_MAPPING_ID ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_MAPPING_ID%TYPE,
818: VALID BOOLEAN);
819: TYPE template_valid_info_tbl_type is table of template_valid_info_rec index by BINARY_INTEGER;
820: