DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY dependencies on PA_MULTI_CURRENCY_TXN

Line 196: IF (pa_multi_currency_txn.G_calling_module = 'WORKPLAN') OR (pa_multi_currency_txn.G_calling_module = 'ASSIGNMENT') OR (pa_multi_currency_txn.G_calling_module = 'UNASSIGNED') OR (pa_multi_currency_txn.G_calling_module = 'ROLE') then

192: IF ( V_converted_amount = -1 ) THEN
193:
194: /* Bug 6058074 code begins */
195: --Bug 8243561: Modified below If condition to call convert_closest_amount_sql
196: IF (pa_multi_currency_txn.G_calling_module = 'WORKPLAN') OR (pa_multi_currency_txn.G_calling_module = 'ASSIGNMENT') OR (pa_multi_currency_txn.G_calling_module = 'UNASSIGNED') OR (pa_multi_currency_txn.G_calling_module = 'ROLE') then
197:
198: V_converted_amount := GL_CURRENCY_API.convert_closest_amount_sql
199: ( x_from_currency => P_from_currency ,
200: x_to_currency => P_to_currency ,