DBA Data[Home] [Help]

APPS.RLM_COMP_SCH_TO_DEMAND_SV dependencies on RLM_TPA_SV

Line 588: RLM_TPA_SV.get_setup_terms ( v_cur_comp_sch_to_demand.ship_from_org_id,

584: OR l_ship_to <> v_cur_comp_sch_to_demand.ship_to_address_id
585: OR l_customer_item_id <> v_cur_comp_sch_to_demand.customer_item_id)
586: THEN
587:
588: RLM_TPA_SV.get_setup_terms ( v_cur_comp_sch_to_demand.ship_from_org_id,
589: v_cur_comp_sch_to_demand.customer_id ,
590: v_cur_comp_sch_to_demand.ship_to_address_id,
591: v_cur_comp_sch_to_demand.customer_item_id,
592: l_NULL,

Line 743: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(

739: l_week_name := get_week_name( week+1);
740:
741: l_inputrec.primaryquantity := v_cur_comp_sch_to_demand.item_detail_quantity;
742:
743: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(
744: l_wholenumber,
745: week+1,
746: l_inputrec,
747: l_WeeksInQuarter) ;

Line 817: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(

813: l_week_name := get_week_name(DAY+1 );
814:
815: l_inputrec.primaryquantity := v_cur_comp_sch_to_demand.item_detail_quantity;
816:
817: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(
818: l_wholenumber,
819: day+1,
820: l_inputrec,
821: 4);

Line 899: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(

895: l_week_name := get_week_name(l_count);
896:
897: l_inputrec.primaryquantity := v_cur_comp_sch_to_demand.item_detail_quantity ;
898:
899: v_item_detail_quantity := RLM_TPA_SV.get_weekly_quantity(
900: l_wholenumber,
901: l_count,
902: l_inputrec,
903: l_buckets);