DBA Data[Home] [Help]

APPS.GMF_BATCH_VALIDATIONS dependencies on GMF_LAYERS

Line 115: GMF_LAYERS.log_message (

111: || ':'
112: || 'Period not found for Min date '
113: || to_char(l_min_date,'MM/DD/RRRR HH24:MI:SS'));
114:
115: GMF_LAYERS.log_message (
116: p_table_name => 'GMF_BATCH_VALIDATIONS',
117: p_procedure_name => 'check_cancel_batch',
118: p_parameters => p_batch_id,
119: p_message => 'Costing period Not found for Earliest Transaction Date '||to_char(l_min_date,'MM/DD/RRRR HH24:MI:SS'),

Line 137: GMF_LAYERS.log_message (

133: || ':'
134: || 'Period not found for Max date '
135: || to_char(l_max_date,'MM/DD/RRRR HH24:MI:SS'));
136:
137: GMF_LAYERS.log_message (
138: p_table_name => 'GMF_BATCH_VALIDATIONS',
139: p_procedure_name => 'check_cancel_batch',
140: p_parameters => p_batch_id,
141: p_message => 'Costing period Not found for Latest Transaction Date '||to_char(l_max_date,'MM/DD/RRRR HH24:MI:SS'),

Line 159: GMF_LAYERS.log_message (

155: END IF;
156:
157: IF l_min_period_id <> l_max_period_id THEN
158:
159: GMF_LAYERS.log_message (
160: p_table_name => 'GMF_BATCH_VALIDATIONS',
161: p_procedure_name => 'check_cancel_batch',
162: p_parameters => p_batch_id,
163: p_message => 'Transactions span costing periods. WIP Account may not be cleared out for this batch if it is Canceled.',