DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_MULTI_CURRENCY_TXN

Line 1250: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1246: ----------------------------------------------------------------------------
1247: -- Get the Raw cost in Project, Project Functional, and Expenditure currency
1248: ---------------------------------------------------------------------------
1249: -- DBMS_OUTPUT.PUT_LINE(' IN COST date '||p_item_date);
1250: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1251: P_project_id => p_project_id ,
1252: P_exp_org_id => l_exp_org_id ,
1253: P_calling_module => 'FORECAST',
1254: P_task_id => P_task_id,

Line 1289: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1285: ---------------------------------------------------------------------------------------
1286: -- Get the Raw cost rate in Project, Project Functional, and Expenditure currency
1287: ---------------------------------------------------------------------------------------
1288:
1289: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1290: P_project_id => p_project_id ,
1291: P_exp_org_id => l_exp_org_id ,
1292: P_calling_module => 'FORECAST',
1293: P_task_id => P_task_id,

Line 1333: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1329:
1330: ----------------------------------------------------------------------------
1331: -- Get the Burden cost in Project, Project Functional, and Expenditure currency
1332: ---------------------------------------------------------------------------
1333: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1334: P_project_id => p_project_id ,
1335: P_exp_org_id => l_exp_org_id ,
1336: P_calling_module => 'FORECAST',
1337: P_task_id => P_task_id,

Line 1372: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1368: ---------------------------------------------------------------------------------------
1369: -- Get the Burden cost rate in Project, Project Functional, and Expenditure currency
1370: ---------------------------------------------------------------------------------------
1371:
1372: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1373: P_project_id => p_project_id ,
1374: P_exp_org_id => l_exp_org_id ,
1375: P_calling_module => 'FORECAST',
1376: P_task_id => P_task_id,