DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_DET_FACTOR_TEMPL_B

Line 973: DET_FACTOR_TEMPL_CODE ZX_DET_FACTOR_TEMPL_B.DET_FACTOR_TEMPL_CODE%TYPE,

969: -- This strucure is used to store information whether a template contains parameters
970: -- that are not passed by a specific Product Event Class. In that case, the template
971: -- will not be valid for that particular event class. This structure is used in Rule engine
972: TYPE template_valid_info_rec is record(
973: DET_FACTOR_TEMPL_CODE ZX_DET_FACTOR_TEMPL_B.DET_FACTOR_TEMPL_CODE%TYPE,
974: EVENT_CLASS_MAPPING_ID ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_MAPPING_ID%TYPE,
975: VALID BOOLEAN);
976: TYPE template_valid_info_tbl_type is table of template_valid_info_rec index by BINARY_INTEGER;
977: