DBA Data[Home] [Help]

APPS.WMS_CACHE dependencies on WMS_STRATEGIES_B

Line 24: over_allocation_mode wms_strategies_b.over_allocation_mode%TYPE,

20:
21:
22: TYPE tbl_plsint IS TABLE OF PLS_INTEGER INDEX BY PLS_INTEGER;
23: TYPE Strategy_rec_type IS RECORD (
24: over_allocation_mode wms_strategies_b.over_allocation_mode%TYPE,
25: tolerance_value wms_strategies_b.tolerance_value%TYPE,
26: rule_id_tbl tbl_num,
27: partial_succ_flag_tbl tbl_plsint
28: );

Line 25: tolerance_value wms_strategies_b.tolerance_value%TYPE,

21:
22: TYPE tbl_plsint IS TABLE OF PLS_INTEGER INDEX BY PLS_INTEGER;
23: TYPE Strategy_rec_type IS RECORD (
24: over_allocation_mode wms_strategies_b.over_allocation_mode%TYPE,
25: tolerance_value wms_strategies_b.tolerance_value%TYPE,
26: rule_id_tbl tbl_num,
27: partial_succ_flag_tbl tbl_plsint
28: );
29: