DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INCR_PKG dependencies on GME_MATERIAL_DETAILS

Line 1074: gme_material_details gmdtl,

1070: 0 wip_value_b_draft
1071: FROM
1072: gmf_transaction_valuation gtv,
1073: opi_dbi_org_le_temp tmp,--Bug 4768058
1074: gme_material_details gmdtl,
1075: opi_dbi_conc_prog_run_log prl
1076: WHERE prl.driving_table_code = 'GTV'
1077: AND prl.load_type = 'INCR'
1078: AND prl.etl_type = 'INVENTORY'

Line 1107: gme_material_details gmdtl

1103: gmdtl.cost_alloc)) wip_value_b_draft
1104: FROM
1105: gmf_transaction_valuation gtv,
1106: opi_dbi_org_le_temp tmp,--Bug 4760483
1107: gme_material_details gmdtl
1108: WHERE gtv.journal_line_type = 'WIP'
1109: AND gtv.accounted_flag = 'D' --
1110: AND gtv.doc_id = gmdtl.batch_id
1111: AND gmdtl.line_type = 1