DBA Data[Home] [Help]

APPS.MSD_SOP dependencies on MSD_SOP

Line 1: PACKAGE BODY MSD_SOP AS

1: PACKAGE BODY MSD_SOP AS
2: /* $Header: msdspwfb.pls 120.1 2006/02/13 12:47:38 faliu noship $ */
3:
4:
5: express_server varchar2(240);

Line 228: MSD_SOP.Set_Master_Attributes(errbuf, retcode,

224: BEGIN
225:
226: workflowProcess := 'SOPAUTOMATE';
227:
228: MSD_SOP.Set_Master_Attributes(errbuf, retcode,
229: PlanName => PlanName,
230: Days_tocollect => NumDays_to_collect,
231: Days_delayUpld => NumDays_to_delayUpld,
232: ProcessName => workflowProcess);

Line 422: end MSD_SOP;

418:
419: end Launch_ASCP_Plan;
420: --================================================================================
421:
422: end MSD_SOP;