DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on PA_TASK_TYPE_UTILS

Line 461: IF ('N' = PA_TASK_TYPE_UTILS.check_tk_type_effective(p_TYPE_ID)) THEN

457: -- check task type is valid and effective
458: -- if it is not valid or not effective , throw error message
459:
460: IF ( p_TYPE_ID IS NOT NULL AND p_TYPE_ID <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM ) THEN
461: IF ('N' = PA_TASK_TYPE_UTILS.check_tk_type_effective(p_TYPE_ID)) THEN
462: PA_UTILS.ADD_MESSAGE('PA', 'PA_PS_EFF_TASK_TYPE_ERR');
463: l_return_status := FND_API.G_RET_STS_ERROR;
464: END IF;
465: END IF;

Line 4508: (pa_task_type_utils.check_tk_type_progressable(cur_proj_elems_rec.TYPE_ID)='Y') AND

4504: IF (l_wp_process_flag = 'N') THEN
4505: --may need to update process flag
4506: IF ((l_shared = 'N') AND
4507: (l_wp_type = 'Y') AND
4508: (pa_task_type_utils.check_tk_type_progressable(cur_proj_elems_rec.TYPE_ID)='Y') AND
4509: (l_weighting_basis_code <> 'MANUAL'))
4510: THEN
4511: --split and workplan; only update if progressable task added
4512: l_wp_process_flag := 'Y';

Line 6197: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND

6193: IF (l_wp_process_flag = 'N') THEN
6194: --may need to update process flag
6195: IF ((l_shared = 'N') AND
6196: (l_wp_type = 'Y') AND
6197: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND
6198: (l_weighting_basis_code <> 'MANUAL'))
6199: THEN
6200: --split and workplan; only update if progressable task added
6201: l_wp_process_flag := 'Y';

Line 10359: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND

10355: IF (l_wp_process_flag = 'N') THEN
10356: --may need to update process flag
10357: IF ((l_shared = 'N') AND
10358: (l_wp_type = 'Y') AND
10359: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND
10360: (l_weighting_basis_code <> 'MANUAL'))
10361: THEN
10362: --split and workplan; only update if progressable task added
10363: l_wp_process_flag := 'Y';

Line 11994: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND

11990: IF (l_wp_process_flag = 'N') THEN
11991: --may need to update process flag
11992: IF ((l_shared = 'N') AND
11993: (l_wp_type = 'Y') AND
11994: (pa_task_type_utils.check_tk_type_progressable(l_task_type_id)='Y') AND
11995: (l_weighting_basis_code <> 'MANUAL'))
11996: THEN
11997: --split and workplan; only update if progressable task added
11998: l_wp_process_flag := 'Y';