DBA Data[Home] [Help]

APPS.GMD_LCF_FETCH_PKG dependencies on STANDARD

Line 1056: --Standard(Gross weight) qty defined.

1052: l_lt_matrix(0)(i) := NVL(l_value.value,0);
1053: END LOOP;
1054: END LOOP;
1055:
1056: --Standard(Gross weight) qty defined.
1057: l_rt_matrix(1) (0) := 'Standard Qty';
1058: l_rt_matrix(1) (1) := l_prod_qty;
1059: l_rt_matrix(1) (2) := 1e20;
1060: l_rt_matrix(1) (3) := 1e20;

Line 1057: l_rt_matrix(1) (0) := 'Standard Qty';

1053: END LOOP;
1054: END LOOP;
1055:
1056: --Standard(Gross weight) qty defined.
1057: l_rt_matrix(1) (0) := 'Standard Qty';
1058: l_rt_matrix(1) (1) := l_prod_qty;
1059: l_rt_matrix(1) (2) := 1e20;
1060: l_rt_matrix(1) (3) := 1e20;
1061: