DBA Data[Home] [Help]

APPS.FEM_UD_PKG dependencies on FEM_OBJECT_CATALOG_UTIL_PKG

Line 866: -- also validated in fem_object_catalog_util_pkg.create_object.

862: -- ============================================================================
863: -- Validate parameters
864: -- If p_execution_date is null, it is set to sysdate - so no need to validate it
865: -- It is assumed that p_folder_id is validated in the user interface. It is
866: -- also validated in fem_object_catalog_util_pkg.create_object.
867: -- ============================================================================
868: IF p_undo_list_name IS NULL THEN
869: RAISE e_null_undo_list_name;
870: ELSIF p_include_dependencies_flag NOT IN ('Y','N') THEN

Line 881: fem_object_catalog_util_pkg.create_object(p_api_version => 1.0,

877:
878: -- ============================================================================
879: -- Create object and object definition
880: -- ============================================================================
881: fem_object_catalog_util_pkg.create_object(p_api_version => 1.0,
882: p_commit => FND_API.G_FALSE,
883: p_object_type_code => 'UNDO',
884: p_folder_id => pc_undo_folder_id,
885: p_local_vs_combo_id => NULL,

Line 1113: fem_object_catalog_util_pkg.delete_object(p_api_version => 1.0,

1109: -- make sure that the user has write access to the folder before deleting
1110: -- object.)
1111: -- ============================================================================
1112:
1113: fem_object_catalog_util_pkg.delete_object(p_api_version => 1.0,
1114: p_commit => FND_API.G_FALSE,
1115: p_object_id => p_undo_list_obj_id,
1116: x_msg_count => x_msg_count,
1117: x_msg_data => x_msg_data,