DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_RES_LIST_ASSIGNMENTS

Line 8377: PA_RES_LIST_ASSIGNMENTS.Delete_Rl_Assgmt(

8373: l_err_code := 0;
8374: l_err_stage := null;
8375: l_err_stack := null;
8376:
8377: PA_RES_LIST_ASSIGNMENTS.Delete_Rl_Assgmt(
8378: X_Resource_list_Assgmt_id => l_existing_rl_assignment_id
8379: ,X_err_code => l_err_code
8380: ,X_err_stage => l_err_stage
8381: ,x_err_stack => l_err_stack );

Line 8398: PA_RES_LIST_ASSIGNMENTS.Create_Rl_Assgmt (

8394: END;
8395:
8396: -- Create new res list assignment for the passed resource list
8397:
8398: PA_RES_LIST_ASSIGNMENTS.Create_Rl_Assgmt (
8399: X_project_id => p_project_id
8400: ,X_resource_list_id => p_resource_list_id
8401: ,X_resource_list_Assgmt_id => l_new_rl_assignment_id
8402: ,X_err_code => l_err_code