DBA Data[Home] [Help]

APPS.MSD_STRIPE_DEMAND_PLAN dependencies on MSD_STRIPE_DEMAND_PLAN

Line 1: PACKAGE BODY msd_stripe_demand_plan AS

1: PACKAGE BODY msd_stripe_demand_plan AS
2: /* $Header: msdstrpb.pls 120.11.12010000.2 2008/09/10 13:08:31 nallkuma ship $ */
3:
4: --
5: -- Private procedures

Line 1650: msd_stripe_demand_plan.set_demand_plan(p_demand_plan_id);

1646: end loop;
1647: end if;
1648:
1649: /* Set demand plan for session */
1650: msd_stripe_demand_plan.set_demand_plan(p_demand_plan_id);
1651:
1652: -- Execute Statement
1653: if (c1_rec.multiple_stream_flag = C_YES_FLAG) then
1654: execute immediate v_sql_stmt using c0_rec.parameter_name;