DBA Data[Home] [Help]

APPS.CCT_UPGRADE_PKG dependencies on CCT_INTERACTION_KEYS_S

Line 1022: Select cct_interaction_keys_s.nextval

1018: is
1019: current_val number;
1020: target_val number:=2000;
1021: Begin
1022: Select cct_interaction_keys_s.nextval
1023: into current_val
1024: from dual;
1025:
1026: while (current_val

Line 1027: Select cct_interaction_keys_s.nextval

1023: into current_val
1024: from dual;
1025:
1026: while (current_val 1027: Select cct_interaction_keys_s.nextval
1028: into current_val
1029: from dual;
1030: end loop;
1031: end;