DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_UTIL dependencies on PA_CI_IMPACTS_PKG

Line 341: pa_ci_impacts_pkg.insert_row(

337: l_implementation_date, l_implemented_by, l_record_ver_number, l_task_id;
338:
339: IF get_orig_info%notfound THEN
340: -- insert a new record to the new impact
341: pa_ci_impacts_pkg.insert_row(
342: l_rowid,
343: l_new_ci_impact_id,
344: p_dest_ci_id,
345: rec.impact_type_code,

Line 362: pa_ci_impacts_pkg.update_row(

358: ELSE
359: l_temp2 := Substr(l_desp || ' ' || rec.description, 1, 4000);
360:
361: -- update the existing one
362: pa_ci_impacts_pkg.update_row(
363: l_ci_impact_id,
364: p_dest_ci_id,
365: l_impact_type_code,
366: NULL,

Line 393: pa_ci_impacts_pkg.insert_row(

389: l_implementation_date, l_implemented_by, l_record_ver_number, l_task_id;
390:
391: IF get_orig_info%notfound THEN
392: -- insert a new record to the new impact
393: pa_ci_impacts_pkg.insert_row(
394: l_rowid,
395: l_new_ci_impact_id,
396: p_dest_ci_id,
397: rec.impact_type_code,

Line 414: pa_ci_impacts_pkg.update_row(

410: ELSE
411: l_temp2 := Substr(l_desp || ' ' || rec.description, 1, 4000);
412:
413: -- update the existing one
414: pa_ci_impacts_pkg.update_row(
415: l_ci_impact_id,
416: p_dest_ci_id,
417: l_impact_type_code,
418: NULL,