DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 386: l_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;

382: l_msg_count Number;
383: l_msg_data Varchar2(4000);
384: l_responsibility_id Number;
385: l_create_role Varchar2(10) := 'UNKNOWN';
386: l_role_resp_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.role_responsibility_rec_type;
387: l_return_status Varchar2(1);
388:
389: --
390: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 471: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Role_Responsibility(

467: IF l_debug_level > 0 THEN
468: oe_debug_pub.add( 'CREATING ROLE RESP. CALLING HZ_API' ) ;
469: END IF;
470: -- {Start Call hz api to create role resp
471: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Role_Responsibility(
472: p_role_responsibility_rec => l_role_resp_rec,
473: x_return_status => l_return_status,
474: x_msg_count => l_msg_count,
475: x_msg_data => l_msg_data,

Line 2519: l_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

2515: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
2516: x_org_contact_id Number;
2517:
2518: x_cust_account_role_id Number;
2519: l_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
2520:
2521: l_gen_contact_number Varchar2(1);
2522:
2523: l_customer_info_id Number;

Line 3099: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Cust_Account_Role(

3095: l_cust_acct_roles_rec.cust_acct_site_id := NULL;
3096: l_cust_acct_roles_rec.created_by_module := G_CREATED_BY_MODULE;
3097: l_cust_acct_roles_rec.application_id := 660;
3098:
3099: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Cust_Account_Role(
3100: p_cust_account_role_rec => l_cust_acct_roles_rec,
3101: x_return_status => l_return_status,
3102: x_msg_count => l_msg_count,
3103: x_msg_data => l_msg_data,