DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_CONTACT_NUMBERS_S

Line 833: select hz_contact_numbers_s.nextval into x_contact_number from dual;

829: IF x_generate_party_number = 'N' THEN
830: ocon_rec.party_rel_rec.party_rec.party_number := x_party_number;
831: END IF;
832: IF x_gen_contact_number = 'N' THEN
833: select hz_contact_numbers_s.nextval into x_contact_number from dual;
834: end if;
835: ocon_rec.contact_number := x_contact_number;
836: -- Obsolete in TCA V2 ocon_rec.status
837: -- ocon_rec.status := 'A';