R12 - Not able to query a newly created customer from application
Hi All,
There is a custom program that calls the following APIs and creates copies of existing customers.
- hz_party_v2pub.get_organization_rec
- hz_party_v2pub.create_organization
The result is available in the database. The HZ_PARTIES table has a new record created with the new PARTY_NUMBER. But when I try to query it from the application, it does not show up.
The 'DQM Serial Sync Index Program (DQM Serial Sync Index Program)' program runs automatically after the custom program completes.
The 'HZ: Ignore Concurrent Request Limits for DQM Synchronization' profile option is set to 'Yes'.