DBA Data[Home] [Help]

APPS.MSD_CS_DEFN_LOAD_DATA dependencies on MSD_CS_DEFINITIONS_S

Line 164: update msd_cs_definitions set

160: if ((p_custom_mode = 'FORCE') or
161: ((l_user = 0) and (db_luby = 1)) or
162: ((l_user = db_luby) and (f_ludate > db_ludate))) then
163:
164: update msd_cs_definitions set
165: description = p_description,
166: cs_classification = p_cs_classification,
167: plan_type = p_plan_type ,
168: liability_user_flag= p_liability_user_flag,

Line 210: update msd_cs_definitions set

206: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
207:
208: else
209:
210: update msd_cs_definitions set
211: cs_classification = p_cs_classification,
212: cs_type = p_cs_type,
213: plan_type = p_plan_type ,
214: liability_user_flag= p_liability_user_flag,

Line 334: select msd_cs_definitions_s.nextval into l_definition_id from dual;

330:
331: -- Translate char last_update_date to date
332: f_ludate := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
333:
334: select msd_cs_definitions_s.nextval into l_definition_id from dual;
335:
336: insert into msd_cs_definitions
337: (
338: cs_definition_id,