DBA Data[Home] [Help]

APPS.AMS_EVENTOFFER_PVT dependencies on AMS_CPYUTILITY_PVT

Line 6180: ams_cpyutility_pvt.write_log_mesg('EVEH', p_src_evh_id, l_mesg_text, 'GENERAL');

6176: fnd_message.set_name('AMS', 'AMS_COPY_ELEMENTS');
6177: fnd_message.set_token('ELEMENTS', l_lookup_meaning, TRUE);
6178: l_mesg_text := fnd_message.get;
6179: -- Writing to the Pl/SQLtable
6180: ams_cpyutility_pvt.write_log_mesg('EVEH', p_src_evh_id, l_mesg_text, 'GENERAL');
6181: l_return_status := NULL;
6182: l_msg_count := 0;
6183: l_msg_data := NULL;
6184: -- selects the event offers to copy

Line 6425: AMS_CPYutility_pvt.refresh_log_mesg;

6421:
6422: END IF;
6423: -- refresh the log
6424:
6425: AMS_CPYutility_pvt.refresh_log_mesg;
6426:
6427: ams_utility_pvt.get_lookup_meaning(
6428: 'AMS_SYS_ARC_QUALIFIER',
6429: 'EVEH',

Line 6437: ams_cpyutility_pvt.write_log_mesg('EVEH', p_src_evh_id, l_mesg_text, 'GENERAL');

6433: fnd_message.set_name('AMS', 'AMS_COPY_ELEMENTS');
6434: fnd_message.set_token('ELEMENTS', l_lookup_meaning, TRUE);
6435: l_mesg_text := fnd_message.get;
6436: -- Writing to the Pl/SQLtable
6437: ams_cpyutility_pvt.write_log_mesg('EVEH', p_src_evh_id, l_mesg_text, 'GENERAL');
6438: l_return_status := NULL;
6439: l_msg_count := 0;
6440: l_msg_data := NULL;
6441:

Line 6735: AMS_CPYutility_pvt.insert_log_mesg(x_transaction_id);

6731: END LOOP;
6732: END IF;
6733:
6734: */
6735: AMS_CPYutility_pvt.insert_log_mesg(x_transaction_id);
6736:
6737: EXCEPTION
6738: WHEN fnd_api.g_exc_error
6739: THEN