DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_COMP_PROFILE_PUB

Line 2175: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id

2171: CLOSE get_user_id;
2172:
2173: --Get the approver name from the user_name
2174: IF l_user_id IS NOT NULL THEN
2175: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id
2176: ,x_person_id => l_person_id
2177: ,x_resource_id => l_resource_id
2178: ,x_resource_name=> x_approver_name );
2179: END IF;