A.7 Configure Combination Dependencies
Configure the combination dependencies for the template using the AF_TB_COMBINATION_DEP_MAPPING table.
Insert the following records:
INSERT INTO AF_TB_COMBINATION_DEP_MAPPING
(V_TEMPLATE_CODE, V_PARENT_COMBINATION_CODE, V_CHILD_COMBINATION_CODE, F_ACTIVE)
VALUES ('TEMP_SCEN','SQL_PROJECT_DROPDOWN','VERSION_DROPDOWN','Y');
INSERT INTO AF_TB_COMBINATION_DEP_MAPPING
VALUES ('TEMP_SCEN','VERSION_DROPDOWN','CARTESIAN_TABLE','Y');