DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PVT dependencies on FND_CURRENCIES_TL

Line 117: from fnd_currencies_tl

113: IF (p_price_currency_code is not null) THEN
114: begin
115: select ROWID
116: into l_rowid
117: from fnd_currencies_tl
118: where currency_code = p_price_currency_code
119: AND language = USERENV('LANG');
120: exception when OTHERS then
121: PA_UTILS.Add_Message( p_app_short_name => 'PA'

Line 509: from fnd_currencies_tl

505: IF (p_price_currency_code is not null) THEN
506: begin
507: select ROWID
508: into l_ROWID
509: from fnd_currencies_tl
510: where currency_code = p_price_currency_code
511: AND language = USERENV('LANG');
512: exception when OTHERS then
513: PA_UTILS.Add_Message( p_app_short_name => 'PA'