DBA Data[Home] [Help]

APPS.AMS_IMP_COL_MAPPING_PKG dependencies on DUAL

Line 159: from dual;

155: where COL_MAPPING_ID = X_COL_MAPPING_ID;
156:
157: cursor c_get_col_mapping_id is
158: select AMS_IMP_COL_MAPPING_s.nextval
159: from dual;
160:
161: BEGIN
162: if X_OWNER = 'SEED' then
163: l_user_id := 1;