DBA Data[Home] [Help]

APPS.ZX_SIM_CONDITIONS_PKG dependencies on ZX_CONDITION_GROUPS_B_S

Line 550: zx_condition_groups_b_s.nextval

546: 'Simulate Rules and Process Results for Applicability');
547: END IF;
548:
549: Select zx_rules_b_s.nextval,
550: zx_condition_groups_b_s.nextval
551: Into l_rule_id,
552: l_cg_id
553: From Dual;
554: INSERT ALL

Line 676: zx_condition_groups_b_s.nextval

672: 'ZX.PLSQL.ZX_SIM_CONDITIONS_PKG.create_sim_rules',
673: 'Simulate Rules and Process Results for Status Determination');
674: END IF;
675: Select zx_rules_b_s.nextval,
676: zx_condition_groups_b_s.nextval
677: Into l_rule_id,
678: l_cg_id
679: From Dual;
680:

Line 796: zx_condition_groups_b_s.nextval

792: 'Simulate Rules and Process Results for Rate Determination');
793: END IF;
794:
795: Select zx_rules_b_s.nextval,
796: zx_condition_groups_b_s.nextval
797: Into l_rule_id,
798: l_cg_id
799: From Dual;
800: INSERT ALL