DBA Data[Home] [Help]

APPS.EDW_POA_UNSPSC_HOOK dependencies on EDW_SPSC_FUNCTION_LSTG

Line 5: Select Function_PK from EDW_SPSC_FUNCTION_LSTG

1: PACKAGE BODY EDW_POA_UNSPSC_HOOK as
2: /*$Header: poahkunb.pls 115.5 2002/01/24 17:54:37 pkm ship $ */
3: function Post_Dim_Collect(p_object_name varchar2) return boolean is
4: CURSOR c_items IS
5: Select Function_PK from EDW_SPSC_FUNCTION_LSTG
6: where Update_Fact_Flag = 'Y';
7: begin
8: EDW_OWB_COLLECTION_UTIL.write_to_log_file('Entering UNSPSC Post Dimension Hook Procedure');
9: