DBA Data[Home] [Help]

APPS.AMS_DM_SCORES_B_PKG dependencies on DUAL

Line 642: from dual;

638: where score_id = x_score_id;
639:
640: cursor c_get_score_id is
641: select ams_dm_scores_all_b_s.nextval
642: from dual;
643: BEGIN
644: if X_OWNER = 'SEED' then
645: l_user_id := 1;
646: end if;