DBA Data[Home] [Help]

APPS.AMS_DM_TARGETS_B_PKG dependencies on DUAL

Line 456: from dual;

452: where target_id = x_target_id;
453:
454: cursor c_get_target_id is
455: select ams_dm_targets_b_s.nextval
456: from dual;
457: BEGIN
458:
459: if x_owner = 'SEED' then
460: l_user_id := 1;