DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on PA_TASK_UTILS

Line 11518: pa_task_utils.check_create_subtask_ok(x_task_id => src_proj_element_id

11514: FETCH cur_child_tasks_exists INTO l_child_task_exists;
11515: -- check if there exists peer tasks (which are set to financial tasks) below to the task which is going to outdent
11516: IF cur_child_tasks_exists%FOUND THEN
11517: --validating if it is ok to create subtask
11518: pa_task_utils.check_create_subtask_ok(x_task_id => src_proj_element_id
11519: , x_err_code => l_err_code
11520: , x_err_stage => l_err_stage
11521: , x_err_stack => l_err_stack);
11522: IF (l_err_code <> 0) THEN