DBA Data[Home] [Help]

APPS.PA_STATUS_PUB dependencies on PA_PROJ_PROGRESS_ATTR

Line 2089: FROM pa_proj_progress_attr

2085:
2086: CURSOR c_get_task_weight_method(c_project_id NUMBER, c_structure_type VARCHAR2)
2087: IS
2088: SELECT task_weight_basis_code
2089: FROM pa_proj_progress_attr
2090: WHERE project_id = c_project_id
2091: AND structure_type = c_structure_type;
2092:
2093: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627

Line 2093: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627

2089: FROM pa_proj_progress_attr
2090: WHERE project_id = c_project_id
2091: AND structure_type = c_structure_type;
2092:
2093: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2094: l_wp_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2095: l_fin_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2096:
2097: --maansari6/28 bug 3673618

Line 2094: l_wp_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627

2090: WHERE project_id = c_project_id
2091: AND structure_type = c_structure_type;
2092:
2093: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2094: l_wp_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2095: l_fin_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2096:
2097: --maansari6/28 bug 3673618
2098: l_progress_updated_flag VARCHAR2(1) := 'N';

Line 2095: l_fin_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627

2091: AND structure_type = c_structure_type;
2092:
2093: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2094: l_wp_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2095: l_fin_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE; -- Bug 3606627
2096:
2097: --maansari6/28 bug 3673618
2098: l_progress_updated_flag VARCHAR2(1) := 'N';
2099: l_raise_exception VARCHAR2(1) := 'N';