DBA Data[Home] [Help]

APPS.AMS_EVENTOFFER_PVT dependencies on AMS_SOURCECODE_PVT

Line 546: l_evo_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (

542: IF l_evo_rec.event_level = 'SUB' THEN
543: l_evo_rec.source_code := null;
544: ELSE
545: IF l_evo_rec.source_code IS NULL THEN
546: l_evo_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (
547: -- replace object type with table's value once implemented
548: p_object_type => l_evo_rec.event_object_type,
549: p_custsetup_id => l_evo_rec.custom_setup_id,
550: -- replace global_flag with table's value once implemented

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

1043: END IF;
1044: END IF;
1045:
1046: --
1047: -- The AMS_SourceCode_PVT takes care of inserting the newly generated
1048: -- Source Code in ams_source_codes table.
1049: --
1050: --
1051: --

Line 1053: -- Added call to AMS_SourceCode_PVT.create_sourcecode.

1049: --
1050: --
1051: --
1052: -- sugupta 22-May-2000
1053: -- Added call to AMS_SourceCode_PVT.create_sourcecode.
1054: -- modified sugupta Should do it only for 'MAIN' event level
1055: -- I don't know why he is generating another source code at the end
1056: IF l_evo_rec.event_level = 'MAIN' THEN
1057: -- attach seeded metrics