DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPE_USAGE

Line 1031: FROM pa_ci_type_usage

1027: )
1028: IS
1029: CURSOR c_ci_type_usage IS
1030: SELECT *
1031: FROM pa_ci_type_usage
1032: WHERE ci_type_id = p_ci_type_id;
1033:
1034: CURSOR c_impact_type_usage IS
1035: SELECT *

Line 1112: pa_ci_type_usage_pvt.delete_ci_type_usage (

1108:
1109: --Deleting the CI type usage
1110: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
1111: FOR rec IN c_ci_type_usage LOOP
1112: pa_ci_type_usage_pvt.delete_ci_type_usage (
1113: p_validate_only => p_validate_only,
1114: p_ci_type_usage_id => rec.ci_type_usage_id,
1115: p_project_type_id => rec.project_type_id,
1116: p_ci_type_id => p_ci_type_id,