DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on FND_LANGUAGES

Line 2446: from fnd_languages

2442: and ota.transaction_type_id = otl.transaction_type_id
2443: and oeh.order_number = mso.segment1
2444: and otl.name = mso.segment2
2445: and otl.language = (select language_code
2446: from fnd_languages
2447: where installed_flag = 'B')
2448: and mso.sales_order_id = mr.demand_source_header_id
2449: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
2450: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 2534: from fnd_languages

2530: and ota.transaction_type_id = otl.transaction_type_id
2531: and oeh.order_number = mso.segment1
2532: and otl.name = mso.segment2
2533: and otl.language = (select language_code
2534: from fnd_languages
2535: where installed_flag = 'B')
2536: and mso.sales_order_id = mr.demand_source_header_id
2537: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
2538: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 4560: from fnd_languages

4556: and ota.transaction_type_id = otl.transaction_type_id
4557: and oeh.order_number = mso.segment1
4558: and otl.name = mso.segment2
4559: and otl.language = (select language_code
4560: from fnd_languages
4561: where installed_flag = 'B')
4562: and mso.sales_order_id = wfs.demand_source_header_id
4563: and oel.inventory_item_id = wfs.primary_item_id
4564: and rownum = 1;