DBA Data[Home] [Help]

APPS.AMS_CAMPAIGN_PVT dependencies on AMS_SOURCECODE_PVT

Line 184: l_camp_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (

180: THEN
181: -- choang - 16-May-2000
182: -- Replaced get_source_code with get_new_source_code
183: -- NOTE: must implement global flag
184: l_camp_rec.source_code := AMS_SourceCode_PVT.get_new_source_code (
185: p_object_type => 'CAMP',
186: p_custsetup_id => l_camp_rec.custom_setup_id,
187: p_global_flag => l_camp_rec.global_flag
188: );

Line 189: --l_camp_rec.source_code := AMS_SourceCode_PVT.get_source_code(

185: p_object_type => 'CAMP',
186: p_custsetup_id => l_camp_rec.custom_setup_id,
187: p_global_flag => l_camp_rec.global_flag
188: );
189: --l_camp_rec.source_code := AMS_SourceCode_PVT.get_source_code(
190: -- 'CAMP',
191: -- l_camp_rec.campaign_type
192: --);
193: END IF;