DBA Data[Home] [Help]

APPS.PA_CUSTOMERS_CONTACTS_PVT dependencies on PA_PROJECT_PARTIES_UTILS

Line 246: l_temp := PA_PROJECT_PARTIES_UTILS.get_customer_project_party_id

242:
243: if l_party_id is not null then
244: l_temp := null;
245: -- check if the org already exists as a customer org on the project
246: l_temp := PA_PROJECT_PARTIES_UTILS.get_customer_project_party_id
247: ( p_project_id => p_project_id
248: ,p_customer_id => p_customer_id);
249:
250: if l_temp is null then