DBA Data[Home] [Help]

APPS.PER_PL_CON_INFO dependencies on HR_API

Line 61: if P_DATE_OF_BIRTH = hr_api.g_date then

57: hr_utility.set_message(800,'HR_CON_DOB_REQD_PL');
58: hr_utility.raise_error;
59: end if;
60:
61: if P_DATE_OF_BIRTH = hr_api.g_date then
62: open csr_dob_contact;
63: fetch csr_dob_contact into l_dob_contact;
64: close csr_dob_contact;
65: