DBA Data[Home] [Help]

APPS.PA_FP_SHORTCUTS_PKG dependencies on PA_COMP_PROFILE_PUB

Line 1120: x_msg => 'calling PA_COMP_PROFILE_PUB.get_user_info api for person id',

1116: END IF;
1117:
1118: IF P_PA_DEBUG_MODE = 'Y' THEN
1119: pa_debug.write( x_module => l_module,
1120: x_msg => 'calling PA_COMP_PROFILE_PUB.get_user_info api for person id',
1121: x_log_level => 3);
1122: END IF;
1123: PA_COMP_PROFILE_PUB.GET_USER_INFO
1124: (p_user_id => p_user_id,

Line 1123: PA_COMP_PROFILE_PUB.GET_USER_INFO

1119: pa_debug.write( x_module => l_module,
1120: x_msg => 'calling PA_COMP_PROFILE_PUB.get_user_info api for person id',
1121: x_log_level => 3);
1122: END IF;
1123: PA_COMP_PROFILE_PUB.GET_USER_INFO
1124: (p_user_id => p_user_id,
1125: x_person_id => l_person_id,
1126: x_resource_id => l_resource_id,
1127: x_resource_name => l_resource_name);