DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_COPYELEMENTS_PVT

Line 1: PACKAGE BODY ams_copyelements_pvt AS

1: PACKAGE BODY ams_copyelements_pvt AS
2: /* $Header: amsvcpeb.pls 120.5 2007/12/26 09:35:23 spragupa ship $ */
3:
4: -- Start Of Comments
5: --

Line 7: -- Ams_CopyElements_PVT

3:
4: -- Start Of Comments
5: --
6: -- Name:
7: -- Ams_CopyElements_PVT
8: --
9: -- Purpose:
10: -- This is the package body for copying the different elements in Oracle Marketing.
11: -- These procedures will be called by marketing activities such as promotions,campaigns,

Line 53: g_pkg_name CONSTANT VARCHAR2 (30) := 'AMS_CopyElements_PVT';

49: -- 28-jan-2005 spendem Fix for bug # 4145845. Added to_char function to the schedule_id
50: -- 24-Dec-2007 spragupa ER - 6467510 - Extend Copy functionality to include TASKS for campaign schedules/activities
51: -- End Of Comments
52:
53: g_pkg_name CONSTANT VARCHAR2 (30) := 'AMS_CopyElements_PVT';
54:
55: -- Sub-Program unit declarations
56: -- Copy products from promotion,campaign,media_mix,channels - all activities
57:

Line 4660: END ams_copyelements_pvt;

4656:
4657: -- end add procedure copy_act_task for ER 6467510 - for extending COPY functionality of activities tasks
4658:
4659:
4660: END ams_copyelements_pvt;