DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_RES_LIST_ASSIGNMENTS

Line 8357: PA_RES_LIST_ASSIGNMENTS.Delete_Rl_Assgmt(

8353: l_err_code := 0;
8354: l_err_stage := null;
8355: l_err_stack := null;
8356:
8357: PA_RES_LIST_ASSIGNMENTS.Delete_Rl_Assgmt(
8358: X_Resource_list_Assgmt_id => l_existing_rl_assignment_id
8359: ,X_err_code => l_err_code
8360: ,X_err_stage => l_err_stage
8361: ,x_err_stack => l_err_stack );

Line 8378: PA_RES_LIST_ASSIGNMENTS.Create_Rl_Assgmt (

8374: END;
8375:
8376: -- Create new res list assignment for the passed resource list
8377:
8378: PA_RES_LIST_ASSIGNMENTS.Create_Rl_Assgmt (
8379: X_project_id => p_project_id
8380: ,X_resource_list_id => p_resource_list_id
8381: ,X_resource_list_Assgmt_id => l_new_rl_assignment_id
8382: ,X_err_code => l_err_code