DBA Data[Home] [Help]

APPS.PA_CUSTOMERS_CONTACTS_PVT dependencies on PA_CUSTOMERS_CONTACTS_UTILS

Line 1619: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DUPLICATE_CUSTOMER

1615: --dbms_output.put_line('value of p_action'||p_action);
1616: --dbms_output.put_line('value of p_customer_id'||p_customer_id);
1617:
1618: if p_action = 'INSERT' then
1619: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DUPLICATE_CUSTOMER
1620: ( p_project_id => p_project_id
1621: ,p_customer_id => p_customer_id
1622: ,x_return_status => l_return_status
1623: ,x_error_msg_code => l_error_msg_code);

Line 1635: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE

1631: if ((p_action = 'INSERT') OR (p_action = 'UPDATE')) then
1632:
1633: --dbms_output.put_line('Before Calling CHECK_CONTRIBUTION_PERCENTAGE');
1634:
1635: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_PERCENTAGE
1636: ( p_customer_bill_split => p_customer_bill_split
1637: ,x_return_status => l_return_status
1638: ,x_error_msg_code => l_error_msg_code);
1639: --dbms_output.put_line('Value of l_return_status 2'||l_return_status||'det'||l_error_msg_code);

Line 1648: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_TOTAL

1644: end if;
1645:
1646: IF (p_calling_module <> 'FORM') AND (p_calling_module <> 'AMG') -- Added by aditi for tracking Bug --bug 2838822
1647: THEN
1648: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CONTRIBUTION_TOTAL
1649: ( p_customer_bill_split => p_customer_bill_split
1650: ,p_project_id => p_project_id
1651: ,p_customer_id => p_customer_id
1652: ,x_return_status => l_return_status

Line 1664: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_BILL_WORK_SITES_REQUIRED

1660: END IF;
1661: --dbms_output.put_line('value of p_bill_to_address_id'||p_bill_to_address_id);
1662: --dbms_output.put_line('value of p_ship_to_address_id'||p_ship_to_address_id);
1663:
1664: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_BILL_WORK_SITES_REQUIRED
1665: ( p_customer_bill_split => p_customer_bill_split
1666: ,p_bill_to_address_id => p_bill_to_address_id
1667: ,p_ship_to_address_id => p_ship_to_address_id
1668: ,x_return_status => l_return_status

Line 1677: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CC_PRVDR_FLAG_CONTRIB

1673: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1674: p_msg_name => l_error_msg_code);
1675: end if;
1676:
1677: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_CC_PRVDR_FLAG_CONTRIB
1678: ( p_project_id => p_project_id
1679: ,p_customer_id => p_customer_id
1680: ,p_customer_bill_split => p_customer_bill_split
1681: ,p_action => p_action

Line 1694: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_RECEIVER_PROJ_ENTERABLE

1690: --dbms_output.put_line('Value of l_bill_another_project_flag outside loop'||l_bill_another_project_flag);
1691: IF p_calling_module <> 'AMG' THEN -- Added by aditi for tracking Bug 4153629
1692: /* These checks are performed in Update_project, hence need not be done here again */
1693: --dbms_output.put_line('Value of l_bill_another_project_flag'||l_bill_another_project_flag);
1694: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_RECEIVER_PROJ_ENTERABLE
1695: ( p_project_id => p_project_id
1696: ,p_customer_id => p_customer_id
1697: ,p_receiver_task_id => p_receiver_task_id
1698: ,x_bill_another_project_flag => l_bill_another_project_flag

Line 1711: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_INVOICE_CURRENCY_INFO

1707: p_msg_name => l_error_msg_code);
1708: end if;
1709: x_bill_another_project_flag := l_bill_another_project_flag;
1710:
1711: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_INVOICE_CURRENCY_INFO
1712: ( p_project_id => p_project_id
1713: ,p_inv_currency_code => p_inv_currency_code
1714: ,p_inv_rate_type => p_inv_rate_type
1715: ,p_inv_rate_date => p_inv_rate_date

Line 1729: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_UPDATE_CONTRIB_ALLOWED

1725: end if;
1726: end if;
1727:
1728: if p_action = 'UPDATE' then
1729: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_UPDATE_CONTRIB_ALLOWED
1730: ( p_project_id => p_project_id
1731: ,p_customer_id => p_customer_id
1732: ,p_customer_bill_split => p_customer_bill_split
1733: ,x_return_status => l_return_status

Line 1744: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DELETE_CUSTOMER_ALLOWED

1740: end if;
1741: end if;
1742:
1743: if p_action = 'DELETE' then
1744: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DELETE_CUSTOMER_ALLOWED
1745: ( p_project_id => p_project_id
1746: ,p_customer_id => p_customer_id
1747: ,x_return_status => l_return_status
1748: ,x_error_msg_code => l_error_msg_code);

Line 1830: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DUPLICATE_CONTACT

1826: return;
1827: end if;
1828: end if;
1829:
1830: PA_CUSTOMERS_CONTACTS_UTILS.CHECK_DUPLICATE_CONTACT
1831: ( p_project_id => p_project_id
1832: ,p_customer_id => p_customer_id
1833: ,p_contact_id => p_contact_id
1834: ,p_project_contact_type_code => p_project_contact_type_code