DBA Data[Home] [Help]

APPS.EDW_COLLECTION_HOOK dependencies on OPI_UOM_WH_PUSH_PKG

Line 20: OPI_UOM_WH_PUSH_PKG.pushToSource(p_object_name);

16: function post_dimension_coll(p_object_name varchar2) return boolean is
17: begin
18:
19: if p_object_name = 'EDW_MTL_UOM_M' then
20: OPI_UOM_WH_PUSH_PKG.pushToSource(p_object_name);
21: elsif p_object_name = 'EDW_DUNS_M' then
22: return EDW_POA_DUNS_HOOK.Post_Dim_Collect(p_object_name);
23: elsif p_object_name = 'EDW_UNSPSC_M' then
24: return EDW_POA_UNSPSC_HOOK.Post_Dim_Collect(p_object_name);

Line 78: OPI_UOM_WH_PUSH_PKG.pushToSource(p_object_name);

74:
75: function post_fact_coll(p_object_name varchar2) return boolean is
76: begin
77: if p_object_name = 'OPI_EDW_UOM_CONV_F' then
78: OPI_UOM_WH_PUSH_PKG.pushToSource(p_object_name);
79: end if;
80: if p_object_name = 'FII_AR_TRX_DIST_F' then
81: OPI_COLLECTION_HOOK_P.POST_REVENUE_COLL;
82: end if;