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.15 2012/01/27 09:36:44 mpmurali ship $ */
3:
4: --
5: -- Private procedures

Line 1656: msd_stripe_demand_plan.set_demand_plan(p_demand_plan_id);

1652: end loop;
1653: end if;
1654:
1655: /* Set demand plan for session */
1656: msd_stripe_demand_plan.set_demand_plan(p_demand_plan_id);
1657:
1658: -- Execute Statement
1659: if (c1_rec.multiple_stream_flag = C_YES_FLAG) then
1660: execute immediate v_sql_stmt using c0_rec.parameter_name;