DBA Data[Home] [Help]

APPS.FEM_BR_DATA_LDR_PVT dependencies on FEM_OBJECT_CATALOG_VL

Line 59: DELETE FROM fem_object_catalog_vl WHERE object_id = l_obj_id;

55:
56: -- If the object had only 1 version, then delete the object also
57: IF l_ver_count = 1 THEN
58:
59: DELETE FROM fem_object_catalog_vl WHERE object_id = l_obj_id;
60:
61: DELETE FROM fem_data_loader_rules WHERE loader_obj_id = l_obj_id;
62:
63: END IF; -- l_ver_count = 1

Line 96: -- FEM_OBJECT_CATALOG_VL or its versions into FEM_OBJECT_DEFINITION_VL.

92: -- DESCRIPTION
93: -- Duplicates all the detail records of a Data Loader Rule versions (source)
94: -- into another empty Data Loader Rule (target).
95: -- NOTE: It does not copy the Data Loader Rule record in
96: -- FEM_OBJECT_CATALOG_VL or its versions into FEM_OBJECT_DEFINITION_VL.
97: -- These records must already exist, this proceudre shall only duplicate the
98: -- rule data in rule specific tables.
99: --
100: -- IN