DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 1435: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

1431: l_role_type VARCHAR2(30);
1432: l_party_id NUMBER;
1433: -- The record definition has been moved to a new package in VERSION 2 API.
1434: -- p_cust_acct_roles_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
1435: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
1436:
1437: l_cust_account_role_id NUMBER := NULL;
1438:
1439:

Line 1530: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (

1526: The call to create_cust_acct_roles has been moved to a new package in version 2 api.
1527: Original Call: hz_customer_accounts_pub.create_cust_acct_roles
1528: */
1529:
1530: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (
1531: p_init_msg_list => FND_API.G_FALSE,
1532: p_cust_account_role_rec => p_cust_acct_roles_rec,
1533: x_cust_account_role_id => x_cust_account_role_id,
1534: x_return_status => x_return_status,

Line 1844: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

1840:
1841: --p_cust_acct_roles_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
1842: --p_role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
1843: -- The above two record definitions have been moved to a diff package in version 2 api's.
1844: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
1845: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
1846:
1847: l_responsibility_id NUMBER;
1848:

Line 1845: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;

1841: --p_cust_acct_roles_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
1842: --p_role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
1843: -- The above two record definitions have been moved to a diff package in version 2 api's.
1844: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
1845: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
1846:
1847: l_responsibility_id NUMBER;
1848:
1849: CURSOR C_Get_Resp(role_id NUMBER, role_type VARCHAR2) IS

Line 1905: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (

1901: The call to create_cust_acct_roles has been moved to a diff package in version 2 api.
1902: Original Call: hz_customer_accounts_pub.create_cust_acct_roles
1903: */
1904:
1905: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (
1906: p_init_msg_list => FND_API.G_FALSE,
1907: p_cust_account_role_rec => p_cust_acct_roles_rec,
1908: x_cust_account_role_id => x_cust_account_role_id,
1909: x_return_status => x_return_status,

Line 1949: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (

1945: Original Call: HZ_CUSTOMER_ACCOUNTS_PUB.create_role_resp
1946: */
1947:
1948:
1949: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (
1950: p_init_msg_list => FND_API.G_FALSE,
1951: p_role_responsibility_rec => p_role_resp_rec,
1952: x_responsibility_id => l_responsibility_id,
1953: x_return_status => x_return_status,