DBA Data[Home] [Help]

APPS.PA_AGREEMENT_PVT dependencies on PA_BILLING_PUB

Line 1771: l_Enable_Top_Task_Cust_Flag := PA_Billing_Pub.Get_Top_Task_Customer_Flag (

1767: END IF;
1768: END IF;
1769:
1770: -- Following changes are made for FP_M : Top Task customer changes
1771: l_Enable_Top_Task_Cust_Flag := PA_Billing_Pub.Get_Top_Task_Customer_Flag (
1772: P_Project_ID => P_Project_ID );
1773:
1774: /* Added the code for bug 5550709. Task level funding is required if customer at
1775: top task or invoice method by top task is enabled. */

Line 1776: l_Inv_Method_Override_Flag := PA_Billing_Pub.Get_Inv_Method_Override_Flag (

1772: P_Project_ID => P_Project_ID );
1773:
1774: /* Added the code for bug 5550709. Task level funding is required if customer at
1775: top task or invoice method by top task is enabled. */
1776: l_Inv_Method_Override_Flag := PA_Billing_Pub.Get_Inv_Method_Override_Flag (
1777: P_Project_ID => P_Project_ID );
1778:
1779: IF p_task_id IS NULL and (l_Enable_Top_Task_Cust_Flag = 'Y' or
1780: l_Inv_Method_Override_Flag = 'Y') THEN

Line 2192: l_Enable_Top_Task_Cust_Flag := PA_Billing_Pub.Get_Top_Task_Customer_Flag (

2188: END IF;
2189: END IF;
2190:
2191: -- Following changes are made for FP_M : Top Task customer changes
2192: l_Enable_Top_Task_Cust_Flag := PA_Billing_Pub.Get_Top_Task_Customer_Flag (
2193: P_Project_ID => P_Project_ID );
2194:
2195:
2196: /* Added the code for bug 5550709. Task level funding is required if customer at

Line 2198: l_Inv_Method_Override_Flag := PA_Billing_Pub.Get_Inv_Method_Override_Flag (

2194:
2195:
2196: /* Added the code for bug 5550709. Task level funding is required if customer at
2197: top task or invoice method by top task is enabled. */
2198: l_Inv_Method_Override_Flag := PA_Billing_Pub.Get_Inv_Method_Override_Flag (
2199: P_Project_ID => P_Project_ID );
2200:
2201: IF p_task_id IS NULL and (l_Enable_Top_Task_Cust_Flag = 'Y' or
2202: l_Inv_Method_Override_Flag = 'Y') THEN