DBA Data[Home] [Help]

APPS.PER_PEOPLE_V15_PKG dependencies on APP_EXCEPTION

Line 940: app_exception.raise_exception;

936: fetch future_exists into l_future_exists;
937: if future_exists%FOUND then
938: close future_exists;
939: fnd_message.set_name('PER','HR_7193_PER_FUT_TYPE_EXISTS');
940: app_exception.raise_exception;
941: else
942: close future_exists;
943: end if;
944: end;

Line 986: app_exception.raise_exception;

982: fetch get_future_changes into l_dummy;
983: if get_future_changes%FOUND then
984: close get_future_changes;
985: fnd_message.set_name('PER','HR_7510_PER_FUT_CHANGE');
986: app_exception.raise_exception;
987: end if;
988: close get_future_changes;
989: else
990: open check_person;

Line 995: app_exception.raise_exception;

991: fetch check_person into l_dummy;
992: if check_person%FOUND then
993: close check_person;
994: fnd_message.set_name('PER','HR_6841_EMP_REF_DATE_CHG');
995: app_exception.raise_exception;
996: else
997: close check_person;
998: end if;
999: end if;