DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_LANGUAGES

Line 4578: from fnd_languages

4574: and ota.transaction_type_id = otl.transaction_type_id
4575: and oeh.order_number = mso.segment1
4576: and otl.name = mso.segment2
4577: and otl.language = (select language_code
4578: from fnd_languages
4579: where installed_flag = 'B')
4580: and mso.sales_order_id = mr.demand_source_header_id
4581: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
4582: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 5699: from fnd_languages

5695: and ota.transaction_type_id = otl.transaction_type_id
5696: and oeh.order_number = mso.segment1
5697: and otl.name = mso.segment2
5698: and otl.language = (select language_code
5699: from fnd_languages
5700: where installed_flag ='B')
5701: and mso.sales_order_id = mr.demand_source_header_id
5702: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
5703: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10, INV_RESERVATION_GLOBAL.g_source_type_internal_ord,