DBA Data[Home] [Help]

APPS.AMS_LIST_IMPORT_PUB dependencies on HZ_ORG_CONTACTS_S

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

1110: if p_pr_party_id is not null then
1111: x_party_rel_party_id := p_pr_party_id;
1112: end if;
1113: if p_pr_party_id is null then
1114: Select hz_org_contacts_s.nextval into x_org_contact_id from dual;
1115: if x_generate_party_number = 'N' then
1116: select hz_party_number_s.nextval into x_party_number from dual;
1117: end if;
1118: