DBA Data[Home] [Help]

APPS.MSD_STRIPE_DEMAND_PLAN dependencies on MSD_STRIPE_CUSTOM

Line 534: msd_stripe_custom.custom_populate (errbuf,

530: -- If both LOB and Stream is specified.
531: --
532: if ((l_dp_rec.stripe_sr_level_pk is not null) and (l_dp_rec.stripe_stream_name is not null)) then
533:
534: msd_stripe_custom.custom_populate (errbuf,
535: retcode,
536: l_dp_rec.demand_plan_id,
537: C_PRE_PROC,
538: l_status,

Line 556: msd_stripe_custom.custom_populate (errbuf,

552: l_dp_rec.build_stripe_stream_desig,
553: l_dp_rec.build_stripe_stream_ref_num);
554: end if;
555:
556: msd_stripe_custom.custom_populate (errbuf,
557: retcode,
558: l_dp_rec.demand_plan_id,
559: C_POS_PROC,
560: l_status,

Line 571: msd_stripe_custom.custom_populate (errbuf,

567: -- If LOB, but not Stream is specified.
568: --
569: elsif ((l_dp_rec.stripe_sr_level_pk is not null) and (l_dp_rec.stripe_stream_name is null)) then
570:
571: msd_stripe_custom.custom_populate (errbuf,
572: retcode,
573: l_dp_rec.demand_plan_id,
574: C_PRE_PROC,
575: l_status,

Line 589: msd_stripe_custom.custom_populate (errbuf,

585: l_dp_rec.build_stripe_level_pk,
586: l_dp_rec.build_stripe_stream_name);
587: end if;
588:
589: msd_stripe_custom.custom_populate (errbuf,
590: retcode,
591: l_dp_rec.demand_plan_id,
592: C_POS_PROC,
593: l_status,

Line 604: msd_stripe_custom.custom_populate (errbuf,

600: -- If LOB is not specified, but Stream is specified.
601: --
602: elsif ((l_dp_rec.stripe_sr_level_pk is null) and (l_dp_rec.stripe_stream_name is not null)) then
603:
604: msd_stripe_custom.custom_populate (errbuf,
605: retcode,
606: l_dp_rec.demand_plan_id,
607: C_PRE_PROC,
608: l_status,

Line 623: msd_stripe_custom.custom_populate (errbuf,

619: l_dp_rec.build_stripe_stream_desig,
620: l_dp_rec.build_stripe_stream_ref_num);
621: end if;
622:
623: msd_stripe_custom.custom_populate (errbuf,
624: retcode,
625: l_dp_rec.demand_plan_id,
626: C_POS_PROC,
627: l_status,