DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GME_RESOURCE_TXNS

Line 596: --* Each resource transaction consists of data from gme_resource_txns and a cost table which *

592: --* *
593: --* Each material transaction consists of data from ic_tran_pnd and a cost table which is *
594: --* in the same format as the inherited costs *
595: --* *
596: --* Each resource transaction consists of data from gme_resource_txns and a cost table which *
597: --* which is in the same format as the inherited costs *
598: --* *
599: --* Each step dependency consists of inherited step qty, step_qty_uom and the index of the *
600: --* dependent step in the structure. *

Line 1047: FROM gme_resource_txns grt,

1043: grt.trans_date,
1044: 0,
1045: NULL
1046: )
1047: FROM gme_resource_txns grt,
1048: gme_batch_step_resources gbsr
1049: WHERE gbsr.batch_id = p_batch_id
1050: AND gbsr.batchstep_id = p_batchstep_id
1051: AND gbsr.batchstep_resource_id = grt.line_id