DBA Data[Home] [Help]

APPS.CSM_HZ_LOCATIONS_EVENT_PKG dependencies on CSM_UTIL_PKG

Line 61: CSM_UTIL_PKG.LOG('Exception in CSM_HZ_LOCATIONS_EVENT_PKG.INSERT_LOCATION: ' || l_sqlerrno || ':' || l_sqlerrmsg,

57: WHEN others THEN
58: l_sqlerrno := to_char(SQLCODE);
59: l_sqlerrmsg := substr(SQLERRM, 1,2000);
60: RAISE;
61: CSM_UTIL_PKG.LOG('Exception in CSM_HZ_LOCATIONS_EVENT_PKG.INSERT_LOCATION: ' || l_sqlerrno || ':' || l_sqlerrmsg,
62: 'CSM_HZ_LOCATIONS_EVENT_PKG.INSERT_LOCATION',FND_LOG.LEVEL_EXCEPTION);
63:
64: END INSERT_LOCATION;
65:

Line 105: CSM_UTIL_PKG.LOG('Exception in CSM_HZ_LOCATIONS_EVENT_PKG.DELETE_LOCATION: ' || l_sqlerrno || ':' || l_sqlerrmsg,

101: WHEN others THEN
102: l_sqlerrno := to_char(SQLCODE);
103: l_sqlerrmsg := substr(SQLERRM, 1,2000);
104: RAISE;
105: CSM_UTIL_PKG.LOG('Exception in CSM_HZ_LOCATIONS_EVENT_PKG.DELETE_LOCATION: ' || l_sqlerrno || ':' || l_sqlerrmsg,
106: 'CSM_HZ_LOCATIONS_EVENT_PKG.DELETE_LOCATION',FND_LOG.LEVEL_EXCEPTION);
107:
108: END DELETE_LOCATION;
109: