DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GME_BATCH_STEP_RESOURCES

Line 1048: gme_batch_step_resources gbsr

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
1052: AND grt.doc_type = 'PROD'

Line 1200: ,gme_batch_step_resources gbsr

1196: cst.nominal_cost,
1197: 0
1198: FROM cm_rsrc_dtl cst
1199: ,gmf_period_statuses gps
1200: ,gme_batch_step_resources gbsr
1201: WHERE gps.legal_entity_id = p_le_id
1202: AND gps.cost_type_id = p_cost_type_id
1203: AND gps.start_date <= p_date
1204: AND gps.end_date >= p_date