DBA Data[Home] [Help]

APPS.IEX_TERR_PUB dependencies on HZ_UTILITY_V2PUB

Line 1104: HZ_UTILITY_V2PUB.debug( 'IEX_TERR_PUB ' || p_text );

1100: --IEX Summary Table Synchronization End.
1101:
1102: PROCEDURE logMessage (p_text in varchar2) IS
1103: begin
1104: HZ_UTILITY_V2PUB.debug( 'IEX_TERR_PUB ' || p_text );
1105: --insert into temp_log values(p_text);
1106: -- commit; --Commented for bug#15932134 schekuri 06-Dec-2012
1107: end;
1108: