DBA Data[Home] [Help]

APPS.INV_MGD_MVT_EXPORT_DATA dependencies on MTL_MOVEMENT_STATISTICS

Line 160: mtl_movement_statistics

156: , currency_conversion_rate
157: , transaction_quantity
158: , invoice_unit_price
159: FROM
160: mtl_movement_statistics
161: WHERE movement_status = 'F'
162: AND report_reference = to_char(p_legal_entity_id)||p_zone_code
163: ||p_period_name||p_usage_type
164: ||p_stat_type||p_movement_type

Line 506: mtl_movement_statistics

502: --movement status to Exported,else print "No Data Found" in output file
503: IF l_process_rec_count > 0
504: THEN
505: UPDATE
506: mtl_movement_statistics
507: SET
508: movement_status = 'X'
509: WHERE movement_status = 'F'
510: AND report_reference = to_char(p_legal_entity_id)||p_zone_code