Oracle Apps Technical Stuff
Showing posts with label
TCA Apis
.
Show all posts
Showing posts with label
TCA Apis
.
Show all posts
Friday, July 11, 2014
TCA API: Sample Code to Create AR Customer & Site from AP Supplier & Supplier Site using same Party
›
Doc ID 1447883.1 We will use following sql to find out Party details from Supplier tables SELECT DISTINCT a.party_number, ps.party_sit...
Oracle Trading Community: TCA API Overview, Setup, Sample Scripts and Troubleshooting (Doc ID 1637029.2)
›
Metalink Id for TCA API's Oracle Trading Community: TCA API Overview, Setup, Sample Scripts and Troubleshooting (Doc ID 1637029.2)
Tuesday, April 29, 2014
How to run Api Hz_party_search.Find_parties Example
›
Doc ID 804145.1 --Create Party DECLARE l_organization_rec hz_party_v2pub.organization_rec_type; p_party_id NUM...
Wednesday, January 15, 2014
TCA Api to Update the Party Information (HZ_PARTY_V2PUB.UPDATE_ORGANIZATION)
›
DECLARE l_init_msg_list VARCHAR2(200); l_organization_rec apps.hz_...
1 comment:
Monday, September 23, 2013
Script tot Create an account site use Using TCA API
›
DECLARE p_cust_site_use_rec hz_cust_account_site_v2pub.cust_site_use_rec_type; p_customer_profile_rec...
Create an account site Using TCA API
›
DECLARE p_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type; x_return_status ...
Script tot Create a party site using TCA API
›
DECLARE p_party_site_rec hz_party_site_v2pub.party_site_rec_type; x_party_site_id ...
Create a physical location Using TCA API
›
DECLARE p_location_rec hz_location_v2pub.location_rec_type; x_location_id ...
›
Home
View web version