DBA Data[Home] [Help]

APPS.FTP_TP_PKG dependencies on FEM_OBJECT_DEFINITION_B

Line 102: from fem_object_definition_b a,

98: c.value_set_id,
99: a.effective_start_date,
100: a.effective_end_date
101: into OBJ_INFO
102: from fem_object_definition_b a,
103: fem_object_catalog_b b,
104: fem_global_vs_combo_defs c
105: where a.object_id = OBJ_ID
106: and a.old_approved_copy_flag = 'N'

Line 185: fem_object_definition_b def

181: cat.object_id hierarchy_id
182: from
183: fem_object_catalog_b cat,
184: fem_object_dependencies dep,
185: fem_object_definition_b def
186: where
187: def.object_id = id and
188: eff_date between def.effective_start_date and def.effective_end_date and
189: def.object_definition_id = dep.object_definition_id and