DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HZ_ORG_CONTACTS_S

Line 815: Select hz_org_contacts_s.nextval into x_org_contact_id from dual;

811: AMS_UTILITY_PVT.debug_message('B2B :Creating Org Contact' || p_pr_party_id);
812: END IF;*/
813: Write_log(L_API_NAME, 'B2B :Creating Org Contact' || p_pr_party_id);
814:
815: Select hz_org_contacts_s.nextval into x_org_contact_id from dual;
816: if x_generate_party_number = 'N' then
817: select hz_party_number_s.nextval into x_party_number from dual;
818: end if;
819: