DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_COMP_PROFILE_PUB

Line 98: PA_COMP_PROFILE_PUB.GET_USER_INFO

94: /* In the following API, l_resource_name is obtained since it is an OUT
95: variable. There is no business logic based on l_resource_name. */
96:
97: if p_person_id is null then
98: PA_COMP_PROFILE_PUB.GET_USER_INFO
99: (p_user_id => p_user_id,
100: x_person_id => l_person_id,
101: x_resource_id => l_resource_id,
102: x_resource_name => l_resource_name);