DBA Data[Home] [Help]

APPS.ARH_CONT_PKG dependencies on HZ_ORG_CONTACTS_S

Line 616: SELECT hz_org_contacts_s.nextval INTO x_contact_id FROM DUAL;

612: i_create_org_contact := 'N';
613: END IF;
614:
615: IF i_create_org_contact = 'Y' THEN
616: SELECT hz_org_contacts_s.nextval INTO x_contact_id FROM DUAL;
617: END IF;
618:
619: arp_standard.debug(' i_create_org_contact :'||i_create_org_contact );
620: