DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 739: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

735: and OBJECT_TABLE_NAME(+) = 'HZ_PARTIES';
736:
737: -- The record definitions have been moved to a different package in version 2 api
738: -- account_rec hz_customer_accounts_pub.account_rec_type;
739: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
740:
741: -- person_rec hz_party_pub.person_rec_type;
742: person_rec HZ_PARTY_V2PUB.person_rec_type;
743:

Line 888: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

884:
885: Original Call: hz_customer_accounts_pub.create_account
886: */
887:
888: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
889: p_init_msg_list => FND_API.G_FALSE,
890: p_cust_account_rec => account_rec,
891: p_person_rec => person_rec,
892: p_customer_profile_rec => cust_profile_rec,

Line 918: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

914: a new package in TCA version 2 API's
915:
916: Original Call: hz_customer_accounts_pub.create_account
917: */
918: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
919: p_init_msg_list => FND_API.G_FALSE,
920: p_cust_account_rec => account_rec,
921: p_organization_rec => organization_rec,
922: p_customer_profile_rec => cust_profile_rec,

Line 2109: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

2105: and subject_table_name = 'HZ_PARTIES';
2106:
2107: -- The record definitions have been moved to a different package in version 2 api
2108: -- account_rec hz_customer_accounts_pub.account_rec_type;
2109: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
2110:
2111: -- person_rec hz_party_pub.person_rec_type;
2112: person_rec HZ_PARTY_V2PUB.person_rec_type;
2113:

Line 2238: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

2234:
2235: */
2236:
2237:
2238: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
2239: p_init_msg_list => FND_API.G_FALSE,
2240: p_cust_account_rec => account_rec,
2241: p_person_rec => person_rec,
2242: p_customer_profile_rec => cust_profile_rec,

Line 2265: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

2261:
2262: Original Call: hz_customer_accounts_pub.create_account
2263: */
2264:
2265: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
2266: p_init_msg_list => FND_API.G_FALSE,
2267: p_cust_account_rec => account_rec,
2268: p_organization_rec => organization_rec,
2269: p_customer_profile_rec => cust_profile_rec,

Line 2359: l_cust_acct_relate_rec HZ_CUST_ACCOUNT_V2PUB.cust_acct_relate_rec_type;

2355: -- := FND_PROFILE.Value('ASO_CREATE_CUST_ACCOUNT');
2356: --l_cust_acct_relate_rec
2357: -- hz_cust_acct_info_pub.cust_acct_relate_rec_type;
2358: -- The above record has been moved to a new package in version 2 api.
2359: l_cust_acct_relate_rec HZ_CUST_ACCOUNT_V2PUB.cust_acct_relate_rec_type;
2360:
2361:
2362: BEGIN
2363:

Line 2419: HZ_CUST_ACCOUNT_V2PUB.create_cust_acct_relate (

2415: The call to .create_cust_acct_relate has been moved to a diff package in version 2 api
2416: Original Call: HZ_CUST_ACCT_INFO_PUB.create_cust_acct_relate
2417: */
2418:
2419: HZ_CUST_ACCOUNT_V2PUB.create_cust_acct_relate (
2420: p_init_msg_list => FND_API.G_FALSE,
2421: p_cust_acct_relate_rec => l_cust_acct_relate_rec,
2422: x_return_status => x_return_status,
2423: x_msg_count => x_msg_count,