DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on FND_LANGUAGES

Line 1184: fnd_languages l

1180: from
1181: mtl_system_items_tl m,
1182: bom_cto_src_orgs bcso,
1183: bom_cto_order_lines_upg bcolu,
1184: fnd_languages l
1185: where bcolu.config_item_id is not null
1186: and bcolu.status = 'BCSO'
1187: and m.inventory_item_id = bcolu.inventory_item_id
1188: and bcso.model_item_id = bcolu.inventory_item_id

Line 1341: fnd_languages l,

1337: gLoginId --last_update_login
1338: from
1339: mtl_system_items_tl m,
1340: bom_cto_src_orgs bcso,
1341: fnd_languages l,
1342: mtl_item_revisions_b mr --3338108
1343: where m.inventory_item_id = v_bcolu_cfg.inventory_item_id
1344: and bcso.model_item_id = m.inventory_item_id
1345: and bcso.line_id = v_bcolu_cfg.line_id

Line 2853: FROM fnd_languages l,

2849: guserid,
2850: mtl_cross.cross_reference_id,
2851: l.language_code,
2852: userenv('lang')
2853: FROM fnd_languages l,
2854: mtl_cross_references_b mtl_cross,
2855: mtl_system_items_tl mtl
2856: WHERE mtl_cross.inventory_item_id = t_cfg_item_id(i)
2857: AND mtl_cross.inventory_item_id = mtl.inventory_item_id