DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_MULTI_CURRENCY_TXN

Line 3930: -- pa_multi_currency_txn.get_currency_amounts. This change

3926: -- 3) Removed pa_debug design elements.
3927: --
3928: -- 03-DEC-2001 jwhite Bug 2119738
3929: -- The parameter list for the following was changed:
3930: -- pa_multi_currency_txn.get_currency_amounts. This change
3931: -- was not communicated to the Reporting team. System
3932: -- testing revealed this oversight.
3933: --
3934:

Line 4162: pa_multi_currency_txn.get_currency_amounts

4158:
4159: IF (l_cmtrec_curr_OK = 'Y')
4160: THEN
4161:
4162: pa_multi_currency_txn.get_currency_amounts
4163: (p_project_curr_code => l_project_curr_code
4164: , p_ei_date => cmtrec.expenditure_item_date
4165: , p_task_id => cmtrec.task_id
4166: , p_denom_raw_cost => cmtrec.denom_raw_cost

Line 4205: pa_multi_currency_txn.get_currency_amounts

4201:
4202: IF (l_cmtrec_curr_OK = 'Y')
4203: THEN
4204:
4205: pa_multi_currency_txn.get_currency_amounts
4206: (p_project_curr_code => l_project_curr_code
4207: , p_ei_date => cmtrec.expenditure_item_date
4208: , p_task_id => cmtrec.task_id
4209: , p_denom_raw_cost => cmtrec.denom_burdened_cost