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 2518: l_cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

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

Line 3098: HZ_CUST_ACCOUNT_ROLE_V2PUB.Create_Cust_Account_Role(

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