DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 363: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

359: --## p_cust_acct_roles_rec hz_customer_accounts_pub.cust_acct_roles_rec_type;
360: --## p_role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
361:
362: -- The below two record definitions are for V2 APIs
363: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
364: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
365:
366: l_responsibility_id NUMBER;
367:

Line 364: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;

360: --## p_role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
361:
362: -- The below two record definitions are for V2 APIs
363: p_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
364: p_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
365:
366: l_responsibility_id NUMBER;
367:
368: CURSOR C_Get_Resp(role_id NUMBER, role_type VARCHAR2) IS

Line 426: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (

422: -- old TCA API call
423: -- hz_customer_accounts_pub.create_cust_acct_roles.
424:
425:
426: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (
427: p_init_msg_list => FND_API.G_FALSE,
428: p_cust_account_role_rec => p_cust_acct_roles_rec,
429: x_cust_account_role_id => x_cust_acct_role_id,
430: x_return_status => l_return_status,

Line 470: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (

466: -- old TCA API call
467: -- HZ_CUSTOMER_ACCOUNTS_PUB.create_role_resp.
468:
469: -- version 2 API
470: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (
471: p_init_msg_list => FND_API.G_FALSE,
472: p_role_responsibility_rec => p_role_resp_rec,
473: x_responsibility_id => l_responsibility_id,
474: x_return_status => l_return_status,