DBA Data[Home] [Help]

APPS.MSD_STRIPE_DEMAND_PLAN dependencies on MSD_STRIPE_CUSTOM

Line 537: msd_stripe_custom.custom_populate (errbuf,

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

Line 559: msd_stripe_custom.custom_populate (errbuf,

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

Line 574: msd_stripe_custom.custom_populate (errbuf,

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

Line 592: msd_stripe_custom.custom_populate (errbuf,

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

Line 607: msd_stripe_custom.custom_populate (errbuf,

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

Line 626: msd_stripe_custom.custom_populate (errbuf,

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