DBA Data[Home] [Help]

APPS.ICX_CAT_DOWNLOAD_FILES_PVT dependencies on ICX_CAT_DOWNLOAD_FILES_PVT

Line 1: PACKAGE BODY ICX_CAT_DOWNLOAD_FILES_PVT AS

1: PACKAGE BODY ICX_CAT_DOWNLOAD_FILES_PVT AS
2: /* $Header: ICXVDWNB.pls 120.0 2006/07/15 01:28:28 kaholee noship $*/
3:
4: PROCEDURE insert_instruction_files
5: IS

Line 55: 'Exception at ICX_CAT_DOWNLOAD_FILES_PVT.insert_instruction_files(' ||

51: WHEN OTHERS THEN
52: ROLLBACK;
53: RAISE_APPLICATION_ERROR
54: (-20000,
55: 'Exception at ICX_CAT_DOWNLOAD_FILES_PVT.insert_instruction_files(' ||
56: l_err_loc || '), ' || SQLERRM);
57:
58: END insert_instruction_files;
59:

Line 60: END ICX_CAT_DOWNLOAD_FILES_PVT;

56: l_err_loc || '), ' || SQLERRM);
57:
58: END insert_instruction_files;
59:
60: END ICX_CAT_DOWNLOAD_FILES_PVT;