Party type in Vendor creation
Hi
We are creating Vendor using API ap_Vendor_pub_pkg.create_vendor
For Individual Vendors we wanted party type to be person and for Corporations as Organization in hz_parties.
How can we achieve this in API ap_Vendor_pub_pkg.create_vendor, We tried passing ORGANIZATION_TYPE_LOOKUP_CODE:='INDIVIDUAL' but still it is creating vendor in hz_parties as
Organization only, Is there any other way to achieve this
Thanks
Kamalakar.G