DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GMF_BATCH_VALIDATIONS

Line 6392: || 'calling GMF_BATCH_VALIDATIONS.check_cancel_batch for batch id '||l_batch_header_rec.batch_id);

6388: gme_debug.put_line ( g_pkg_name
6389: || '.'
6390: || l_api_name
6391: || ':'
6392: || 'calling GMF_BATCH_VALIDATIONS.check_cancel_batch for batch id '||l_batch_header_rec.batch_id);
6393: gme_debug.put_line ('profile value is '||l_gmf_prof_val);
6394: END IF;
6395:
6396: IF l_gmf_prof_val <> 0 THEN

Line 6397: IF NOT GMF_BATCH_VALIDATIONS.check_cancel_batch(l_batch_header_rec.batch_id) THEN

6393: gme_debug.put_line ('profile value is '||l_gmf_prof_val);
6394: END IF;
6395:
6396: IF l_gmf_prof_val <> 0 THEN
6397: IF NOT GMF_BATCH_VALIDATIONS.check_cancel_batch(l_batch_header_rec.batch_id) THEN
6398: IF l_gmf_prof_val = 2 THEN
6399: gme_common_pvt.log_message ('GME_GMF_WIP_ACCT_ISSUE');
6400: RAISE fnd_api.g_exc_error;
6401: END IF;

Line 6405: p_table_name => 'GMF_BATCH_VALIDATIONS',

6401: END IF;
6402:
6403: -- Notify GMF that user has chosed to bypass validation and proceed with cancel batch.
6404: GMF_LAYERS.log_message (
6405: p_table_name => 'GMF_BATCH_VALIDATIONS',
6406: p_procedure_name => 'check_cancel_batch',
6407: p_parameters => l_batch_header_rec.batch_id,
6408: p_message => 'Transactions span costing periods. WIP Account may not be cleared out for this batch if it is Canceled. Warn profile bypassed.',
6409: p_error_type => 'E');

Line 6414: p_table_name => 'GMF_BATCH_VALIDATIONS',

6410: END IF; /* IF GMF check. */
6411: ELSE
6412: -- Notify GMF that user has chosed to bypass validation and proceed with cancel batch.
6413: GMF_LAYERS.log_message (
6414: p_table_name => 'GMF_BATCH_VALIDATIONS',
6415: p_procedure_name => 'check_cancel_batch',
6416: p_parameters => l_batch_header_rec.batch_id,
6417: p_message => 'Transactions span costing periods. WIP Account may not be cleared out for this batch if it is Canceled. Profile bypassed.',
6418: p_error_type => 'W');