DBA Data[Home] [Help]

APPS.EDW_COLLECTION_HOOK dependencies on EDW_UPDATE_ATTRIBUTES

Line 106: IF (NOT edw_update_attributes.update_stg(p_object_name, 'LOAD')) THEN

102: function pre_mapping_coll(p_object_name varchar2) return boolean is
103: begin
104:
105:
106: IF (NOT edw_update_attributes.update_stg(p_object_name, 'LOAD')) THEN
107: return false;
108: END IF;
109:
110: return true;