DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on FND_LANGUAGES

Line 1274: from fnd_languages

1270: and ota.transaction_type_id = otl.transaction_type_id
1271: and oeh.order_number = mso.segment1
1272: and otl.name = mso.segment2
1273: and otl.language = (select language_code
1274: from fnd_languages
1275: where installed_flag ='B')
1276: and mso.sales_order_id = mr.demand_source_header_id
1277: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
1278: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10, INV_RESERVATION_GLOBAL.g_source_type_internal_ord,