DBA Data[Home] [Help]

APPS.PA_PERF_EXCP_UTILS dependencies on DUAL

Line 608: select PA_PERF_OBJECT_RULES_S1.nextval into l_object_rule_id from dual;

604: -- Insert the perf/score rules for the new object
605:
606: FOR c_rec in perf_score_rules LOOP
607:
608: select PA_PERF_OBJECT_RULES_S1.nextval into l_object_rule_id from dual;
609:
610: PA_PERF_OBJECT_RULES_PKG.insert_row(
611: X_ROWID => l_rowid,
612: X_OBJECT_RULE_ID => l_object_rule_id,