DBA Data[Home] [Help]

APPS.EDW_COLLECTION_HOOK dependencies on ISC_EDW_BOOK_DEL_HOOK

Line 93: ISC_EDW_BOOK_DEL_HOOK.POST_FACT_COLL;

89: if p_object_name = 'OPI_EDW_INV_PERD_STAT_F' then
90: OPI_COLLECTION_HOOK_P.POST_IPS_COLL(p_object_name);
91: end if;
92: if p_object_name = 'ISC_EDW_BOOKINGS_F' then
93: ISC_EDW_BOOK_DEL_HOOK.POST_FACT_COLL;
94: end if;
95:
96: return true;
97: Exception when others then