DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_UTIL dependencies on PA_CI_IMPACTS_PKG

Line 309: pa_ci_impacts_pkg.insert_row(

305: l_implementation_date, l_implemented_by, l_record_ver_number, l_task_id;
306:
307: IF get_orig_info%notfound THEN
308: -- insert a new record to the new impact
309: pa_ci_impacts_pkg.insert_row(
310: l_rowid,
311: l_new_ci_impact_id,
312: p_dest_ci_id,
313: rec.impact_type_code,

Line 330: pa_ci_impacts_pkg.update_row(

326: ELSE
327: l_temp2 := Substr(l_desp || ' ' || rec.description, 1, 4000);
328:
329: -- update the existing one
330: pa_ci_impacts_pkg.update_row(
331: l_ci_impact_id,
332: p_dest_ci_id,
333: l_impact_type_code,
334: NULL,