DBA Data[Home] [Help]

APPS.ZX_SIM_CONDITIONS_PKG dependencies on FND_LANGUAGES

Line 933: from fnd_languages l,

929: sysdate creation_date,
930: fnd_global.user_id created_by,
931: sysdate last_update_date,
932: fnd_global.user_id last_updated_by
933: from fnd_languages l,
934: zx_sim_rules_b b
935: where l.installed_flag in ('I', 'B')
936: and not exists
937: (select NULL

Line 1059: from fnd_languages l,

1055: sysdate creation_date,
1056: fnd_global.user_id created_by,
1057: sysdate last_update_date,
1058: fnd_global.user_id last_updated_by
1059: from fnd_languages l,
1060: zx_det_factor_templ_b b
1061: where l.installed_flag in ('I', 'B')
1062: and exists (Select NULL
1063: From zx_sim_rules_b s

Line 1175: from fnd_languages l,

1171: sysdate creation_date,
1172: fnd_global.user_id created_by,
1173: sysdate last_update_date,
1174: fnd_global.user_id last_updated_by
1175: from fnd_languages l,
1176: zx_condition_groups_b b
1177: where l.installed_flag in ('I', 'B')
1178: and exists (Select NULL
1179: From zx_sim_process_results s

Line 1466: from fnd_languages l,

1462: sysdate creation_date,
1463: fnd_global.user_id created_by,
1464: sysdate last_update_date,
1465: fnd_global.user_id last_updated_by
1466: from fnd_languages l,
1467: zx_rules_b b
1468: where l.installed_flag in ('I', 'B')
1469: and exists (Select NULL
1470: From zx_sim_rules_b s