DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on FND_LANGUAGES

Line 1293: from fnd_languages

1289: and ota.transaction_type_id = otl.transaction_type_id
1290: and oeh.order_number = mso.segment1
1291: and otl.name = mso.segment2
1292: and otl.language = (select language_code
1293: from fnd_languages
1294: where installed_flag ='B')
1295: and mso.sales_order_id = mr.demand_source_header_id
1296: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
1297: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10, INV_RESERVATION_GLOBAL.g_source_type_internal_ord,