DBA Data[Home] [Help]

APPS.ARI_SELF_REGISTRATION_PKG dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 841: p_cust_account_role_rec_type HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

837: FROM HZ_CUST_ACCOUNT_ROLES
838: WHERE CUST_ACCOUNT_ROLE_ID = p_cust_acct_role_id;
839:
840: l_cust_account_role_id HZ_CUST_ACCOUNT_ROLES.cust_account_role_id%TYPE;
841: p_cust_account_role_rec_type HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
842: l_object_version_number HZ_CUST_ACCOUNT_ROLES.object_version_number%TYPE;
843: l_msg_count NUMBER;
844: l_msg_data VARCHAR2(2000);
845: l_return_status VARCHAR2(10);

Line 880: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_cust_account_role (

876: p_cust_account_role_rec_type.cust_account_role_id := role_record.cust_account_role_id;
877: p_cust_account_role_rec_type.status := 'I'; --Inactive
878: --p_cust_account_role_rec_type.end_date := sysdate;
879:
880: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_cust_account_role (
881: p_init_msg_list => FND_API.G_FALSE,
882: p_cust_account_role_rec => p_cust_account_role_rec_type,
883: p_object_version_number => l_object_version_number,
884: x_return_status => l_return_status,

Line 1723: l_cust_acct_roles_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;

1719: p_party_id IN NUMBER,
1720: p_cust_acct_role_id OUT NOCOPY NUMBER)
1721: --------------------------------------------------------------------------
1722: IS
1723: l_cust_acct_roles_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
1724: l_return_status VARCHAR2(1);
1725: l_msg_count NUMBER;
1726: l_msg_data VARCHAR2(2000);
1727: l_customer_id NUMBER;

Line 1788: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_cust_account_role (

1784: l_cust_acct_roles_rec.created_by_module := 'ARI';
1785: l_cust_acct_roles_rec.cust_account_role_id := p_cust_acct_role_id;
1786: l_cust_acct_roles_rec.status := 'A';
1787:
1788: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_cust_account_role (
1789: p_init_msg_list => FND_API.G_TRUE,
1790: p_cust_account_role_rec => l_cust_acct_roles_rec,
1791: x_return_status => l_return_status,
1792: x_msg_count => l_msg_count,

Line 1831: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Cust_Account_Role(

1827:
1828: ------------------------------------------------------------------------
1829: l_debug_info := 'Call hz_cust_account_v2pub.Create_Cust_Acct_Roles';
1830: ------------------------------------------------------------------------
1831: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Cust_Account_Role(
1832: p_init_msg_list => FND_API.G_TRUE,
1833: p_cust_account_role_rec => l_cust_acct_roles_rec,
1834: x_return_status => l_return_status,
1835: x_msg_count => l_msg_count,

Line 1898: l_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;

1894: PROCEDURE CreateRoleRespFor(p_cust_acct_role_id IN NUMBER,
1895: p_role_resp_id OUT NOCOPY NUMBER)
1896: --------------------------------------------------------------------------
1897: IS
1898: l_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
1899: l_return_status VARCHAR2(1);
1900: l_msg_count NUMBER;
1901: l_msg_data VARCHAR2(2000);
1902: l_responsibility_id NUMBER;

Line 1946: l_debug_info := 'Call HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility';

1942: l_role_resp_rec.responsibility_type := 'SELF_SERVICE_USER';
1943: l_role_resp_rec.created_by_module := 'ARI';
1944:
1945: --------------------------------------------------------------------
1946: l_debug_info := 'Call HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility';
1947: --------------------------------------------------------------------
1948: IF (PG_DEBUG = 'Y') THEN
1949: arp_standard.debug(l_debug_info);
1950: END IF;

Line 1951: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility(

1947: --------------------------------------------------------------------
1948: IF (PG_DEBUG = 'Y') THEN
1949: arp_standard.debug(l_debug_info);
1950: END IF;
1951: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility(
1952: p_init_msg_list => FND_API.G_TRUE,
1953: p_role_responsibility_rec => l_role_resp_rec,
1954: x_return_status => l_return_status,
1955: x_msg_count => l_msg_count,