DBA Data[Home] [Help]

APPS.PON_FIELDS_PVT dependencies on PON_FIELDS_PVT

Line 1: PACKAGE BODY PON_FIELDS_PVT as

1: PACKAGE BODY PON_FIELDS_PVT as
2: /* $Header: PONFMFEB.pls 120.2 2006/04/18 08:38:19 sdewan noship $ */
3:
4: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_FIELDS_PVT';

Line 5: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_FIELDS_PVT';

1: PACKAGE BODY PON_FIELDS_PVT as
2: /* $Header: PONFMFEB.pls 120.2 2006/04/18 08:38:19 sdewan noship $ */
3:
4: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_FIELDS_PVT';
6: g_module_prefix CONSTANT VARCHAR2(50) := 'pon.plsql.' || g_pkg_name || '.';
7:
8: /*======================================================================
9: PROCEDURE : INSERT_FIELD

Line 73: RAISE_APPLICATION_ERROR(-20101, 'Exception at PON_FIELDS_PVT.insert_field: ' || p_err_code || ' : ' || p_err_msg);

69: p_result := 2;
70: p_err_msg := SQLERRM;
71: p_err_code := SQLCODE;
72:
73: RAISE_APPLICATION_ERROR(-20101, 'Exception at PON_FIELDS_PVT.insert_field: ' || p_err_code || ' : ' || p_err_msg);
74:
75: END;
76:
77: /*======================================================================

Line 111: RAISE_APPLICATION_ERROR(-20102, 'Exception at PON_FIELDS_PVT.delete_field:' || p_err_code || ' : ' || p_err_msg);

107: p_result := 1;
108: p_err_msg := SQLERRM;
109: p_err_code := SQLCODE;
110:
111: RAISE_APPLICATION_ERROR(-20102, 'Exception at PON_FIELDS_PVT.delete_field:' || p_err_code || ' : ' || p_err_msg);
112:
113: END;
114:
115: /*======================================================================

Line 178: RAISE_APPLICATION_ERROR(-20103, 'Exception at PON_FIELDS_PVT.update_field: ' || p_err_code || ' : ' || p_err_msg);

174:
175: p_result := 1;
176: p_err_msg := SQLERRM;
177: p_err_code := SQLCODE;
178: RAISE_APPLICATION_ERROR(-20103, 'Exception at PON_FIELDS_PVT.update_field: ' || p_err_code || ' : ' || p_err_msg);
179: END UPDATE_FIELD; --}
180:
181:
182: /*======================================================================

Line 222: END PON_FIELDS_PVT;

218: AND pf2.language = lang.language_code);
219:
220: END add_language;
221:
222: END PON_FIELDS_PVT;