DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PVT dependencies on FND_CURRENCIES_TL

Line 130: from fnd_currencies_tl

126: IF (p_price_currency_code is not null) THEN
127: begin
128: select ROWID
129: into l_rowid
130: from fnd_currencies_tl
131: where currency_code = p_price_currency_code
132: AND language = USERENV('LANG');
133: exception when OTHERS then
134: PA_UTILS.Add_Message( p_app_short_name => 'PA'

Line 553: from fnd_currencies_tl

549: IF (p_price_currency_code is not null) THEN
550: begin
551: select ROWID
552: into l_ROWID
553: from fnd_currencies_tl
554: where currency_code = p_price_currency_code
555: AND language = USERENV('LANG');
556: exception when OTHERS then
557: PA_UTILS.Add_Message( p_app_short_name => 'PA'