DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GMF_LAYERS

Line 6404: GMF_LAYERS.log_message (

6400: RAISE fnd_api.g_exc_error;
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.',

Line 6413: GMF_LAYERS.log_message (

6409: p_error_type => 'E');
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.',