DBA Data[Home] [Help]

APPS.ASO_CHECK_TCA_PVT dependencies on ASO_PARTY_INT

Line 320: ASO_PARTY_INT.Create_Contact_Role (

316: l_sold_to_contact_id = FND_API.G_MISS_NUM THEN
317: IF aso_debug_pub.g_debug_flag = 'Y' THEN
318: aso_debug_pub.add('calling create contact role for org contact ',1, 'N');
319: END IF;
320: ASO_PARTY_INT.Create_Contact_Role (
321: p_api_version => 1.0
322: ,p_party_id =>l_org_contact_party_id
323: ,p_Cust_account_id => lx_cust_account_id
324: ,x_return_status => x_return_status

Line 501: ASO_PARTY_INT.Create_Party_Site_Use(

497: IF aso_debug_pub.g_debug_flag = 'Y' THEN
498: aso_debug_pub.add('chk_hdr:party_site_use_id = ' || l_party_site_use_id,1,'N');
499: END IF;
500: IF C_Site_Use%NOTFOUND THEN
501: ASO_PARTY_INT.Create_Party_Site_Use(
502: p_api_version => 1.0,
503: p_party_site_id => p_qte_rec.sold_to_party_site_id,
504: p_party_site_use_type => 'SOLD_TO',
505: x_party_site_use_id => l_party_site_use_id,

Line 1840: ASO_PARTY_INT.Create_Customer_Account(

1836: AND p_Party_Id <> FND_API.G_MISS_NUM THEN
1837: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1838: aso_debug_pub.add('creating cust account',1,'N');
1839: END IF;
1840: ASO_PARTY_INT.Create_Customer_Account(
1841: p_api_version => 1.0,
1842: P_Party_id => p_Party_Id,
1843: x_return_status => x_return_status,
1844: x_msg_count => x_msg_count,

Line 2171: ASO_PARTY_INT.Create_ACCT_SITE_USES (

2167:
2168: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2169: aso_debug_pub.add('calling create accsite uses ',1, 'N');
2170: END IF;
2171: ASO_PARTY_INT.Create_ACCT_SITE_USES (
2172: p_api_version => 1.0
2173: ,P_Cust_Account_Id => p_cust_account_id
2174: ,P_Party_Site_Id => p_party_site_id
2175: ,P_cust_acct_site_id => x_cust_acct_site_id

Line 2321: ASO_PARTY_INT.Create_Cust_Acct_Relationship(

2317: IF NOT FND_API.TO_Boolean(l_cust_acct_flag_match) THEN
2318: -- no matching rows
2319: IF NOT FND_API.TO_Boolean(l_cust_acct_match) THEN
2320: -- the account ids are not matched.
2321: ASO_PARTY_INT.Create_Cust_Acct_Relationship(
2322:
2323: p_api_version => 1.0,
2324: p_sold_to_cust_account => p_sold_to_cust_account,
2325: p_related_cust_account => p_related_cust_account,

Line 2339: ASO_PARTY_INT.update_Cust_Acct_Relationship(

2335: /*bug 8239850*/
2336: IF FND_API.TO_Boolean(l_cust_acct_match) THEN
2337: IF NOT FND_API.TO_Boolean(l_cust_acct_flag_match) THEN
2338: aso_debug_pub.add('before update_Cust_Acct_Relationship: l_cust_acct_match is ' || l_cust_acct_match,1, 'N');
2339: ASO_PARTY_INT.update_Cust_Acct_Relationship(
2340: p_api_version => 1.0,
2341: p_sold_to_cust_account => p_sold_to_cust_account,
2342: p_related_cust_account => p_related_cust_account,
2343: p_relationship_type => p_relationship_type,

Line 2511: ASO_PARTY_INT.Create_Contact_Role (

2507: IF l_contact_party_id <> FND_API.G_MISS_NUM THEN
2508: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2509: aso_debug_pub.add('cust account site = ' ||p_cust_account_site,1,'N');
2510: END IF;
2511: ASO_PARTY_INT.Create_Contact_Role (
2512: p_api_version => 1.0
2513: ,p_party_id => l_contact_party_id
2514: ,p_Cust_account_id => p_cust_account_id
2515: ,p_cust_account_site_id => p_cust_account_site