DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on FND_LANGUAGES

Line 629: and b.language = (select language_code from fnd_languages

625: and INTERFACE_LINE_ATTRIBUTE2=b.name
626: and INTERFACE_LINE_ATTRIBUTE6=to_char(p_line_id) --bug5138249
627: and INTERFACE_LINE_ATTRIBUTE11 = '0'
628: and b.transaction_type_id = p_order_type_id
629: and b.language = (select language_code from fnd_languages
630: where installed_flag = 'B');
631: --CONTEXT,ATTRIBUTE1,ATTRIBUTE2 and ATTRIBUTE6 will hit a concatenate index in AR table
632: l_ci_id NUMBER;
633: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 3841: and ott.language = (select language_code from fnd_languages

3837: rctl.INTERFACE_LINE_ATTRIBUTE2=ott.name and
3838: rctl. INTERFACE_LINE_ATTRIBUTE6= l_line_id and
3839: rctl.customer_trx_id = rct.customer_trx_id and
3840: ott.transaction_type_id=l_order_type_id
3841: and ott.language = (select language_code from fnd_languages
3842: where installed_flag = 'B') ;
3843:
3844: BEGIN
3845: --GSCC Not initializing during declaration