DBA Data[Home] [Help]

PACKAGE: APPS.MSD_STRIPE_DEMAND_PLAN

Source


1 package msd_stripe_demand_plan as
2 /* $Header: msdstrps.pls 120.1 2005/10/02 23:56:55 anwroy noship $ */
3 
4     --
5     -- Public procedure
6     --
7     Procedure stripe_demand_plan(
8         errbuf          out NOCOPY varchar2,
9         retcode         out NOCOPY varchar2,
10         p_demand_plan_id in number);
11 
12     Procedure set_demand_plan(
13         p_demand_plan_id in number);
14 
15 
16 End;