DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPE_USAGE

Line 508: FROM pa_ci_type_usage

504: )
505: IS
506: CURSOR c_ci_type_usage IS
507: SELECT *
508: FROM pa_ci_type_usage
509: WHERE ci_type_id = p_ci_type_id;
510:
511: CURSOR c_impact_type_usage IS
512: SELECT *

Line 589: pa_ci_type_usage_pvt.delete_ci_type_usage (

585:
586: --Deleting the CI type usage
587: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
588: FOR rec IN c_ci_type_usage LOOP
589: pa_ci_type_usage_pvt.delete_ci_type_usage (
590: p_validate_only => p_validate_only,
591: p_ci_type_usage_id => rec.ci_type_usage_id,
592: p_project_type_id => rec.project_type_id,
593: p_ci_type_id => p_ci_type_id,