DBA Data[Home] [Help]

APPS.ARH_CONT_PKG dependencies on HZ_CONTACT_NUMBERS_S

Line 603: SELECT hz_contact_numbers_s.nextval INTO X_Contact_Number FROM DUAL;

599: --
600: IF X_Contact_Number is NULL THEN
601: -- if (nvl(fnd_profile.value('AR_AUTOMATIC_CONTACT_NUMBERING'), 'N')
602: -- = 'Y') then
603: SELECT hz_contact_numbers_s.nextval INTO X_Contact_Number FROM DUAL;
604: -- end if;
605: -- Bug Fix : 2172123.
606: END IF;
607: