DBA Data[Home] [Help]

APPS.GME_TRANS_ENGINE_UTIL dependencies on GME_COMMON_PVT

Line 138: gme_common_pvt.log_message ('GME_NO_KEYS', 'TABLE_NAME', l_api_name);

134:
135: /* Check that we have at least a BATCH ID */
136: IF ( (p_batch_row.batch_id IS NULL)
137: OR (p_batch_row.batch_id = fnd_api.g_miss_num) ) THEN
138: gme_common_pvt.log_message ('GME_NO_KEYS', 'TABLE_NAME', l_api_name);
139:
140: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
141: gme_debug.put_line ( g_pkg_name
142: || '.'

Line 170: gme_common_pvt.log_message ('GME_BATCH_NON_INVENTORY'

166: || ':'
167: || 'No Transactions will be loaded');
168: END IF;
169:
170: gme_common_pvt.log_message ('GME_BATCH_NON_INVENTORY'
171: ,'BATCH_NO'
172: ,p_batch_row.batch_no);
173: RAISE fnd_api.g_exc_error;
174: END IF;

Line 200: gme_common_pvt.log_message ('INPUT_PARMS_MISS', 'PROC', l_api_name);

196: || ':'
197: || 'No BATCH TYPE loaded');
198: END IF;
199:
200: gme_common_pvt.log_message ('INPUT_PARMS_MISS', 'PROC', l_api_name);
201: RAISE fnd_api.g_exc_error;
202: END IF;
203:
204: /* Now Validate Transactions */