DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_CUSTOMERS_CONTACTS_UTILS

Line 19710: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE

19706: END IF;
19707: p_multiple_task_msg := 'F';
19708: RAISE FND_API.G_EXC_ERROR;
19709: ELSE
19710: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE
19711: ( p_customer_bill_split => p_customers_in(i).CUSTOMER_BILL_SPLIT
19712: ,x_return_status => l_return_status
19713: ,x_error_msg_code => l_error_msg_code);
19714: If l_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 21089: PA_CUSTOMERS_CONTACTS_UTILS.Get_Highest_Contr_Fed_Cust(

21085: THEN
21086:
21087: --This api will determine which customer to be made as 100% contributor.
21088:
21089: PA_CUSTOMERS_CONTACTS_UTILS.Get_Highest_Contr_Fed_Cust(
21090: P_API_VERSION => 1.0
21091: , P_INIT_MSG_LIST => 'T'
21092: , P_COMMIT => 'F'
21093: , P_VALIDATE_ONLY => 'F'