DBA Data[Home] [Help]

APPS.AMS_EVENTHEADER_PVT dependencies on AMS_SOURCECODE_PVT

Line 251: l_evh_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (

247: -- *****SHOULD REVERT THIS IN LATER REVISIONS TO USE NEW SOURCE CODE FUNCTIONS****
248: -- choang - 07-Jul-2000
249: -- Re-introduce get_new_source_code for internal rollout/R2
250: -- NOTE: need to implement global flag.
251: l_evh_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (
252: p_object_type => 'EVEH',
253: p_custsetup_id => l_evh_rec.custom_setup_id,
254: p_global_flag => l_evh_rec.global_flag
255: );

Line 256: --l_evh_rec.source_code := AMS_SourceCode_PVT.get_source_code(

252: p_object_type => 'EVEH',
253: p_custsetup_id => l_evh_rec.custom_setup_id,
254: p_global_flag => l_evh_rec.global_flag
255: );
256: --l_evh_rec.source_code := AMS_SourceCode_PVT.get_source_code(
257: -- 'EVEH',
258: -- l_evh_rec.event_type_code
259: -- );
260: END IF;

Line 570: -- The AMS_SourceCode_PVT takes care of inserting the newly generated

566: 'EVEH',
567: l_evh_rec.event_header_id
568: );
569: END IF;
570: -- The AMS_SourceCode_PVT takes care of inserting the newly generated
571: -- Source Code in ams_source_codes table.
572: IF l_evh_rec.event_level = 'MAIN' THEN
573: -- attach seeded metrics
574: AMS_RefreshMetric_PVT.copy_seeded_metric(