DBA Data[Home] [Help]

APPS.EAM_CONSTRUCTION_UNIT_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 11: EAM_ERROR_MESSAGE_PVT.Write_Debug(p_message);

7: --Procedures and functions used for debug purpose
8: PROCEDURE debug(p_message IN varchar2) IS
9: BEGIN
10: IF get_debug = 'Y' THEN
11: EAM_ERROR_MESSAGE_PVT.Write_Debug(p_message);
12: END IF;
13: EXCEPTION
14: WHEN others THEN
15: null;