DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_MULTI_CURRENCY

Line 165: pa_multi_currency.convert_amount( P_from_currency =>l_cost_rate_curr_code,

161: IF px_exp_func_curr_code <> l_cost_rate_curr_code THEN
162:
163: l_conversion_date := P_Item_date;
164:
165: pa_multi_currency.convert_amount( P_from_currency =>l_cost_rate_curr_code,
166: P_to_currency =>px_exp_func_curr_code,
167: P_conversion_date =>l_conversion_date,
168: P_conversion_type =>l_acct_rate_type,
169: P_amount =>l_labor_cost_rate,

Line 1105: pa_multi_currency.convert_amount(px_exp_func_curr_code ,

1101:
1102: -------------------------------
1103: -- Get the Project Raw cost
1104: -------------------------------
1105: pa_multi_currency.convert_amount(px_exp_func_curr_code ,
1106: px_proj_func_curr_code ,
1107: l_projfunc_rate_date ,
1108: l_projfunc_rate_type ,
1109: p_Raw_cost ,

Line 1128: pa_multi_currency.convert_amount(px_exp_func_curr_code ,

1124: END IF;
1125: ------------------------------------
1126: -- Get the Project Raw cost rate
1127: ------------------------------------
1128: pa_multi_currency.convert_amount(px_exp_func_curr_code ,
1129: px_proj_func_curr_code ,
1130: l_projfunc_rate_date ,
1131: l_projfunc_rate_type ,
1132: p_Raw_cost_rate ,

Line 1155: pa_multi_currency.convert_amount(px_exp_func_curr_code ,

1151: x_projfunc_raw_cost_rate := l_x_projfunc_raw_cost_rate;
1152: ------------------------------
1153: -- Get the Project Burden cost
1154: ------------------------------
1155: pa_multi_currency.convert_amount(px_exp_func_curr_code ,
1156: px_proj_func_curr_code ,
1157: l_projfunc_rate_date ,
1158: l_projfunc_rate_type ,
1159: p_burden_cost ,

Line 1177: pa_multi_currency.convert_amount(px_exp_func_curr_code ,

1173: END IF;
1174: ------------------------------------
1175: -- Get the Project Burden cost rate
1176: -------------------------------------
1177: pa_multi_currency.convert_amount(px_exp_func_curr_code ,
1178: px_proj_func_curr_code ,
1179: l_projfunc_rate_date ,
1180: l_projfunc_rate_type ,
1181: p_burden_cost_rate ,

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,

Line 2179: print_msg('Calling pa_multi_currency.convert_amount API');

2175: IF l_acct_currency_code <> l_rate_currency_code THEN
2176:
2177: l_conversion_date := P_Item_date;
2178:
2179: print_msg('Calling pa_multi_currency.convert_amount API');
2180:
2181: pa_multi_currency.convert_amount( P_from_currency =>l_rate_currency_code,
2182: P_to_currency =>l_acct_currency_code,
2183: P_conversion_date =>l_conversion_date,

Line 2181: pa_multi_currency.convert_amount( P_from_currency =>l_rate_currency_code,

2177: l_conversion_date := P_Item_date;
2178:
2179: print_msg('Calling pa_multi_currency.convert_amount API');
2180:
2181: pa_multi_currency.convert_amount( P_from_currency =>l_rate_currency_code,
2182: P_to_currency =>l_acct_currency_code,
2183: P_conversion_date =>l_conversion_date,
2184: P_conversion_type =>l_acct_rate_type,
2185: P_amount =>l_x_raw_cost_rate,

Line 2234: PA_MULTI_CURRENCY.convert_amount(

2230: -- The following code has been added for MCB2
2231: l_conversion_date := p_item_date;
2232:
2233: -- Calling convert amount proc to convert revenue amount in PFC
2234: PA_MULTI_CURRENCY.convert_amount(
2235: P_FROM_CURRENCY => l_rate_currency_code,
2236: P_TO_CURRENCY => p_projfunc_currency_code,
2237: P_CONVERSION_DATE => l_conversion_date,
2238: P_CONVERSION_TYPE => px_projfunc_cost_rate_type,

Line 2253: PA_MULTI_CURRENCY.convert_amount(

2249: RAISE l_conversion_fail;
2250: END IF;
2251:
2252: -- Calling convert amount proc to convert rate in PFC
2253: PA_MULTI_CURRENCY.convert_amount(
2254: P_FROM_CURRENCY => l_rate_currency_code,
2255: P_TO_CURRENCY => p_projfunc_currency_code,
2256: P_CONVERSION_DATE => l_conversion_date,
2257: P_CONVERSION_TYPE => px_projfunc_cost_rate_type,