DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_LANGUAGES

Line 4554: from fnd_languages

4550: and ota.transaction_type_id = otl.transaction_type_id
4551: and oeh.order_number = mso.segment1
4552: and otl.name = mso.segment2
4553: and otl.language = (select language_code
4554: from fnd_languages
4555: where installed_flag = 'B')
4556: and mso.sales_order_id = mr.demand_source_header_id
4557: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
4558: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 5675: from fnd_languages

5671: and ota.transaction_type_id = otl.transaction_type_id
5672: and oeh.order_number = mso.segment1
5673: and otl.name = mso.segment2
5674: and otl.language = (select language_code
5675: from fnd_languages
5676: where installed_flag ='B')
5677: and mso.sales_order_id = mr.demand_source_header_id
5678: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
5679: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10, INV_RESERVATION_GLOBAL.g_source_type_internal_ord,