DBA Data[Home] [Help]

APPS.RLM_MANAGE_DEMAND_SV dependencies on STANDARD

Line 723: PROCEDURE NAME: RoundStandardPack

719: PROCEDURE InsertionSort(lo IN NUMBER,
720: hi IN NUMBER);
721:
722: /*===========================================================================
723: PROCEDURE NAME: RoundStandardPack
724:
725: DESCRIPTION: If the customer item has standard pack rounding enabled,
726: this procedure will round all requirement quantities for
727: standard packaging based on the value of STD_PACK_QTY and

Line 725: DESCRIPTION: If the customer item has standard pack rounding enabled,

721:
722: /*===========================================================================
723: PROCEDURE NAME: RoundStandardPack
724:
725: DESCRIPTION: If the customer item has standard pack rounding enabled,
726: this procedure will round all requirement quantities for
727: standard packaging based on the value of STD_PACK_QTY and
728: customer item UOM.
729:

Line 727: standard packaging based on the value of STD_PACK_QTY and

723: PROCEDURE NAME: RoundStandardPack
724:
725: DESCRIPTION: If the customer item has standard pack rounding enabled,
726: this procedure will round all requirement quantities for
727: standard packaging based on the value of STD_PACK_QTY and
728: customer item UOM.
729:
730: PARAMETERS: x_Group_rec IN t_Group_rec
731:

Line 744: PROCEDURE RoundStandardPack(x_Sched_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,

740: CLOSED ISSUES:
741:
742: CHANGE HISTORY: mnandell 8/6/99 created
743: ===========================================================================*/
744: PROCEDURE RoundStandardPack(x_Sched_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
745: x_Group_rec IN rlm_dp_sv.t_Group_rec);
746: --
747: /*===========================================================================
748: PROCEDURE NAME: InitializeMdGroup