DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_COMP_PROFILE_PUB

Line 3338: PA_COMP_PROFILE_PUB.GET_USER_INFO

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

Line 8515: PA_COMP_PROFILE_PUB.GET_USER_INFO

8511:
8512: x_return_status := FND_API.G_RET_STS_SUCCESS;
8513:
8514: -- get the person_id: used for locking checks
8515: PA_COMP_PROFILE_PUB.GET_USER_INFO
8516: (p_user_id => p_user_id,
8517: x_person_id => l_person_id,
8518: x_resource_id => l_resource_id,
8519: x_resource_name => l_resource_name);