DBA Data[Home] [Help]

APPS.CSTPACHK dependencies on CST_INV_LAYERS

Line 5: inv_layer_id cst_inv_layers.inv_layer_id%TYPE,

1: PACKAGE CSTPACHK AS
2: /* $Header: CSTACHKS.pls 120.1.12000000.2 2007/10/12 18:36:05 ipineda ship $ */
3:
4: TYPE inv_layer_rec IS RECORD(
5: inv_layer_id cst_inv_layers.inv_layer_id%TYPE,
6: layer_quantity cst_inv_layers.layer_quantity%TYPE
7: );
8:
9: TYPE inv_layer_tbl IS TABLE OF inv_layer_rec;

Line 6: layer_quantity cst_inv_layers.layer_quantity%TYPE

2: /* $Header: CSTACHKS.pls 120.1.12000000.2 2007/10/12 18:36:05 ipineda ship $ */
3:
4: TYPE inv_layer_rec IS RECORD(
5: inv_layer_id cst_inv_layers.inv_layer_id%TYPE,
6: layer_quantity cst_inv_layers.layer_quantity%TYPE
7: );
8:
9: TYPE inv_layer_tbl IS TABLE OF inv_layer_rec;
10:

Line 174: -- o_custom_layers A list of Ids of the inventory layers in CST_INV_LAYERS

170: -- i_required_qty The quantity in primary UOM that this transaction
171: -- needs to consume
172: -- i_cost_method The cost method of the organization. The possible
173: -- values are 5 (FIFO) and 6 (LIFO).
174: -- o_custom_layers A list of Ids of the inventory layers in CST_INV_LAYERS
175: -- that should be consumed for the transaction and the
176: -- quantity that should be consumed from each layer. The
177: -- inventory layers must correspond to the organization,
178: -- item and cost group of the transaction. The quantity