DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_MAINT_VER_GLOBAL dependencies on PA_COMP_PROFILE_PUB

Line 88: PA_COMP_PROFILE_PUB.GET_USER_INFO

84: x_return_status := FND_API.G_RET_STS_SUCCESS;
85: pa_fin_plan_maint_ver_global.G_PROJECT_ID := p_project_id;
86: pa_fin_plan_maint_ver_global.G_FIN_PLAN_TYPE_ID := p_fin_plan_type_id;
87:
88: PA_COMP_PROFILE_PUB.GET_USER_INFO
89: (p_user_id => p_user_id,
90: x_person_id => l_person_id,
91: x_resource_id => l_resource_id, /* Added the ending comma for bug 3456811 */
92: x_resource_name => l_resource_name );/* Added this line for bug 3456811 */