DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_MULTI_CURRENCY_TXN

Line 1217: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1213: ----------------------------------------------------------------------------
1214: -- Get the Raw cost in Project, Project Functional, and Expenditure currency
1215: ---------------------------------------------------------------------------
1216: -- DBMS_OUTPUT.PUT_LINE(' IN COST date '||p_item_date);
1217: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1218: P_project_id => p_project_id ,
1219: P_exp_org_id => l_exp_org_id ,
1220: P_calling_module => 'FORECAST',
1221: P_task_id => P_task_id,

Line 1256: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1252: ---------------------------------------------------------------------------------------
1253: -- Get the Raw cost rate in Project, Project Functional, and Expenditure currency
1254: ---------------------------------------------------------------------------------------
1255:
1256: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1257: P_project_id => p_project_id ,
1258: P_exp_org_id => l_exp_org_id ,
1259: P_calling_module => 'FORECAST',
1260: P_task_id => P_task_id,

Line 1300: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1296:
1297: ----------------------------------------------------------------------------
1298: -- Get the Burden cost in Project, Project Functional, and Expenditure currency
1299: ---------------------------------------------------------------------------
1300: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1301: P_project_id => p_project_id ,
1302: P_exp_org_id => l_exp_org_id ,
1303: P_calling_module => 'FORECAST',
1304: P_task_id => P_task_id,

Line 1339: PA_MULTI_CURRENCY_TXN.get_currency_amounts(

1335: ---------------------------------------------------------------------------------------
1336: -- Get the Burden cost rate in Project, Project Functional, and Expenditure currency
1337: ---------------------------------------------------------------------------------------
1338:
1339: PA_MULTI_CURRENCY_TXN.get_currency_amounts(
1340: P_project_id => p_project_id ,
1341: P_exp_org_id => l_exp_org_id ,
1342: P_calling_module => 'FORECAST',
1343: P_task_id => P_task_id,