hz_customer_accounts_pub? [message #647215] |
Fri, 22 January 2016 13:50 |
|
P1Oracle
Messages: 60 Registered: August 2014 Location: Hyderabad
|
Member |
|
|
Hello every one,
Can any one please tell me what is the replacement for hz_customer_accounts_pub.cust_acct_roles_rec_type in R12????
Thanq all
|
|
|
Re: hz_customer_accounts_pub? [message #647220 is a reply to message #647215] |
Sat, 23 January 2016 02:51 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
The type is defined in the HZ_CUST_ACCOUNT_ROLE_V2PUB package. From the docs,Quote:Customer Account Role APIs
PL/SQL Package Name: HZ_CUST_ACCOUNT_ROLE_V2PUB
Java Class Name: HzCustAccountRoleV2Pub
PL/SQL Record Structure for Customer Account Role
TYPE cust_account_role_rec_type IS RECORD (
cust_account_role_id NUMBER,
party_id NUMBER,
cust_account_id NUMBER,
cust_acct_site_id NUMBER,
[Updated on: Sat, 23 January 2016 02:52] Report message to a moderator
|
|
|