DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_UTILS dependencies on PA_RESOURCE_UTILS

Line 1124: l_person_id := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_id(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');

1120: CLOSE get_team_member;
1121:
1122: -- 2. If not, check if Primary Resource Contact exists
1123: IF (l_person_id IS NULL or l_person_name IS NULL) AND l_exp_org_id IS NOT NULL THEN
1124: l_person_id := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_id(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');
1125: l_person_name := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_Name(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');
1126: END IF;
1127:
1128: -- 3. If not, check if Project Manager exists

Line 1125: l_person_name := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_Name(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');

1121:
1122: -- 2. If not, check if Primary Resource Contact exists
1123: IF (l_person_id IS NULL or l_person_name IS NULL) AND l_exp_org_id IS NOT NULL THEN
1124: l_person_id := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_id(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');
1125: l_person_name := PA_RESOURCE_UTILS.Get_Org_Prim_Contact_Name(l_exp_org_id, 'PA_PRM_RES_PRMRY_CONTACT');
1126: END IF;
1127:
1128: -- 3. If not, check if Project Manager exists
1129: IF l_person_id IS NULL or l_person_name IS NULL THEN