DBA Data[Home] [Help]

APPS.MSD_COLLECT_TIME_DATA dependencies on MSD_TRANSLATE_TIME_DATA

Line 220: MSD_TRANSLATE_TIME_DATA.translate_time_data(

216: /* if calendar_code is duplicate in both Discrete and process, */
217: /* only if condition will be fired */
218:
219: if (calendar_code_and_type = 'DISCRETE') then
220: MSD_TRANSLATE_TIME_DATA.translate_time_data(
221: errbuf => errbuf,
222: retcode => retcode,
223: p_source_table => x_source_table,
224: p_dest_table => x_dest_table,

Line 242: MSD_TRANSLATE_TIME_DATA.translate_time_data(

238: /* if calendar_code is a OPM calendar */
239:
240: elsif calendar_code_and_type = 'PROCESS'then
241:
242: MSD_TRANSLATE_TIME_DATA.translate_time_data(
243: errbuf => errbuf,
244: retcode => retcode,
245: p_source_table => o_source_table,
246: p_dest_table => x_dest_table,