DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on FND_LANGUAGES

Line 2413: from fnd_languages

2409: and ota.transaction_type_id = otl.transaction_type_id
2410: and oeh.order_number = mso.segment1
2411: and otl.name = mso.segment2
2412: and otl.language = (select language_code
2413: from fnd_languages
2414: where installed_flag = 'B')
2415: and mso.sales_order_id = mr.demand_source_header_id
2416: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
2417: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 2501: from fnd_languages

2497: and ota.transaction_type_id = otl.transaction_type_id
2498: and oeh.order_number = mso.segment1
2499: and otl.name = mso.segment2
2500: and otl.language = (select language_code
2501: from fnd_languages
2502: where installed_flag = 'B')
2503: and mso.sales_order_id = mr.demand_source_header_id
2504: --and mr.demand_source_type_id = INV_RESERVATION_GLOBAL.g_source_type_oe
2505: and mr.demand_source_type_id = decode(oeh.source_document_type_id, 10,

Line 4461: from fnd_languages

4457: and ota.transaction_type_id = otl.transaction_type_id
4458: and oeh.order_number = mso.segment1
4459: and otl.name = mso.segment2
4460: and otl.language = (select language_code
4461: from fnd_languages
4462: where installed_flag = 'B')
4463: and mso.sales_order_id = wfs.demand_source_header_id
4464: and oel.inventory_item_id = wfs.primary_item_id
4465: and rownum = 1;