DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_COMP_PROFILE_PUB

Line 2217: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id

2213: CLOSE get_user_id;
2214:
2215: --Get the approver name from the user_name
2216: IF l_user_id IS NOT NULL THEN
2217: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id
2218: ,x_person_id => l_person_id
2219: ,x_resource_id => l_resource_id
2220: ,x_resource_name=> x_approver_name );
2221: END IF;

Line 2231: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id

2227: FETCH get_user_id_mflow INTO l_user_id;
2228: CLOSE get_user_id_mflow;
2229:
2230: IF l_user_id IS NOT NULL THEN
2231: PA_COMP_PROFILE_PUB.get_user_info(p_user_id => l_user_id
2232: ,x_person_id => l_person_id
2233: ,x_resource_id => l_resource_id
2234: ,x_resource_name=> x_approver_name);
2235: END IF;