DBA Data[Home] [Help]

APPS.PA_FP_CI_INCLUDE_PKG dependencies on PA_CI_IMPACTS_PKG

Line 497: pa_ci_impacts_pkg.insert_row(

493: l_implementation_date, l_implemented_by, l_record_ver_number, l_task_id;
494:
495: IF get_orig_info%notfound THEN
496: -- insert a new record to the new impact
497: pa_ci_impacts_pkg.insert_row(
498: l_rowid,
499: l_new_ci_impact_id,
500: p_target_ci_id,
501: rec.impact_type_code,

Line 518: pa_ci_impacts_pkg.update_row(

514: ELSE
515: l_temp2 := Substr(l_desp || ' ' || rec.description, 1, 4000);
516:
517: -- update the existing one
518: pa_ci_impacts_pkg.update_row(
519: l_ci_impact_id,
520: p_target_ci_id,
521: l_impact_type_code,
522: NULL,