DBA Data[Home] [Help]

APPS.AMS_DM_TARGET_VALUES_B_PKG dependencies on DUAL

Line 368: from dual;

364: where target_value_id = x_target_value_id;
365:
366: cursor c_get_target_value_id is
367: select ams_dm_target_values_b_s.nextval
368: from dual;
369:
370: BEGIN
371:
372: if x_owner = 'SEED' then