DBA Data[Home] [Help]

APPS.AS_INTEREST_PVT dependencies on AS_TCA_PVT

Line 492: AS_TCA_PVT.VALIDATE_PARTY_SITE_ID(

488:
489: -- check to see if the address_id and customer_id passed are valid.
490: if (p_address_id is not NULL and p_address_id <> FND_API.G_MISS_NUM)
491: then
492: AS_TCA_PVT.VALIDATE_PARTY_SITE_ID(
493: p_init_msg_list => p_init_msg_list
494: ,p_party_id => p_customer_id
495: ,p_party_site_id => p_address_id
496: ,x_return_status => l_return_status

Line 510: AS_TCA_PVT.VALIDATE_CONTACT_ID(

506:
507: -- if the contact_id is passed check to see if it is valid.
508: if (p_contact_id is not null and p_contact_id <> FND_API.G_MISS_NUM)
509: then
510: AS_TCA_PVT.VALIDATE_CONTACT_ID(
511: p_init_msg_list => p_init_msg_list
512: ,p_party_id => p_customer_id
513: ,p_contact_id => p_contact_id
514: ,x_return_status => l_return_status

Line 1086: AS_TCA_PVT.VALIDATE_PARTY_SITE_ID(

1082:
1083: -- check to see if the address_id and customer_id passed are valid.
1084: if p_interest_rec.address_id is not NULL and p_interest_rec.address_id <> FND_API.G_MISS_NUM
1085: then
1086: AS_TCA_PVT.VALIDATE_PARTY_SITE_ID(
1087: p_init_msg_list => p_init_msg_list
1088: ,p_party_id => p_interest_rec.customer_id
1089: ,p_party_site_id => p_interest_rec.address_id
1090: ,x_return_status => l_return_status

Line 1104: AS_TCA_PVT.VALIDATE_CONTACT_ID(

1100:
1101: -- if the contact_id is passed check to see if it is valid.
1102: if p_interest_rec.contact_id is not null and p_interest_rec.contact_id <> FND_API.G_MISS_NUM
1103: then
1104: AS_TCA_PVT.VALIDATE_CONTACT_ID(
1105: p_init_msg_list => p_init_msg_list
1106: ,p_party_id => p_interest_rec.customer_id
1107: ,p_contact_id => p_interest_rec.contact_id
1108: ,x_return_status => l_return_status