DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GMF_STEP_TAB

Line 318: --* being the l_step_tab table defined as being of type gmf_step_tab. This is a database type *

314:
315: --**********************************************************************************************
316: --* *
317: --* The procedures in this package share a common set of data structures. The most complex one *
318: --* being the l_step_tab table defined as being of type gmf_step_tab. This is a database type *
319: --* that has nested tables in it. Once a batch has been exploded, its steps will be ordered *
320: --* correctly in this table so that the costs of a step can be rolled forward into subsequent *
321: --* steps until we fall off the end of the routing. *
322: --* *

Line 449: l_step_tab SYSTEM.gmf_step_tab;

445: l_cost_mthd_code cm_mthd_mst.cost_mthd_code%type;
446: l_default_cost_mthd cm_mthd_mst.cost_mthd_code%type;
447:
448: l_step_lev num_tab;
449: l_step_tab SYSTEM.gmf_step_tab;
450: l_skip_this_batch BOOLEAN ;
451: l_skip_this_txn BOOLEAN ;
452: l_cost_accrued BOOLEAN ;
453: l_batch_status NUMBER;

Line 4029: , p_steps SYSTEM.GMF_STEP_TAB

4025: , p_lot_number VARCHAR2
4026: , p_orgn_id NUMBER
4027: , p_batch_id NUMBER
4028: , p_date_costed DATE
4029: , p_steps SYSTEM.GMF_STEP_TAB
4030: )
4031: IS
4032:
4033: l_item_id NUMBER;