DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_COMP_PROFILE_PUB

Line 3340: PA_COMP_PROFILE_PUB.GET_USER_INFO

3336: Bug 2933777 : l_resource_name is obtained from the following procedure. But is not required
3337: for processing in this API. Hence UTF 8 impact is limited to fetching the value into a
3338: variable of correct length.
3339: */
3340: PA_COMP_PROFILE_PUB.GET_USER_INFO
3341: (p_user_id => p_user_id,
3342: x_person_id => l_person_id,
3343: x_resource_id => l_resource_id,
3344: x_resource_name => l_resource_name);

Line 8521: PA_COMP_PROFILE_PUB.GET_USER_INFO

8517:
8518: x_return_status := FND_API.G_RET_STS_SUCCESS;
8519:
8520: -- get the person_id: used for locking checks
8521: PA_COMP_PROFILE_PUB.GET_USER_INFO
8522: (p_user_id => p_user_id,
8523: x_person_id => l_person_id,
8524: x_resource_id => l_resource_id,
8525: x_resource_name => l_resource_name);