DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on FND_LANGUAGES

Line 1373: from fnd_languages

1369: INTO l_order_type_name
1370: FROM oe_transaction_types_tl otl,
1371: oe_order_headers ooh
1372: WHERE otl.language = (select language_code
1373: from fnd_languages
1374: where installed_flag = 'B')
1375: AND otl.transaction_type_id = ooh.order_type_id
1376: AND ooh.header_id = p_header_id;
1377:

Line 3738: FROM fnd_languages

3734: INTO l_order_type_name
3735: FROM oe_transaction_types_tl otl,
3736: oe_order_headers ooh
3737: WHERE otl.language = (SELECT language_code
3738: FROM fnd_languages
3739: WHERE installed_flag = 'B')
3740: AND otl.transaction_type_id = ooh.order_type_id
3741: AND ooh.header_id = p_header_id;
3742: