DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_CUSTOMERS_CONTACTS_UTILS

Line 20111: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE

20107: END IF;
20108: p_multiple_task_msg := 'F';
20109: RAISE FND_API.G_EXC_ERROR;
20110: ELSE
20111: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE
20112: ( p_customer_bill_split => p_customers_in(i).CUSTOMER_BILL_SPLIT
20113: ,x_return_status => l_return_status
20114: ,x_error_msg_code => l_error_msg_code);
20115: If l_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 21490: PA_CUSTOMERS_CONTACTS_UTILS.Get_Highest_Contr_Fed_Cust(

21486: THEN
21487:
21488: --This api will determine which customer to be made as 100% contributor.
21489:
21490: PA_CUSTOMERS_CONTACTS_UTILS.Get_Highest_Contr_Fed_Cust(
21491: P_API_VERSION => 1.0
21492: , P_INIT_MSG_LIST => 'T'
21493: , P_COMMIT => 'F'
21494: , P_VALIDATE_ONLY => 'F'