DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_PROJ_PROGRESS_ATTR

Line 43015: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE;

43011: l_msg_data VARCHAR2(2000);
43012: l_return_status VARCHAR2(1);
43013: l_api_version CONSTANT NUMBER := 1.0;
43014: l_api_name CONSTANT VARCHAR(30) := 'STRUCTURE_ROLLUP';
43015: l_rollup_method pa_proj_progress_attr.task_weight_basis_code%TYPE;
43016:
43017: CURSOR c_get_task_weight_method(c_project_id NUMBER, c_structure_type VARCHAR2)
43018: IS
43019: SELECT task_weight_basis_code

Line 43020: FROM pa_proj_progress_attr

43016:
43017: CURSOR c_get_task_weight_method(c_project_id NUMBER, c_structure_type VARCHAR2)
43018: IS
43019: SELECT task_weight_basis_code
43020: FROM pa_proj_progress_attr
43021: WHERE project_id = c_project_id
43022: AND structure_type = c_structure_type;
43023: message varchar2(2000);
43024: t_str varchar2(1);