DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on MTL_TRANSACTION_REASONS

Line 2070: mtl_transaction_reasons r,

2066: reason_name,
2067: TO_CHAR(l.last_update_date, 'MM/DD/YYYY HH24:MI:SS')
2068: FROM
2069: gme_pending_product_lots l,
2070: mtl_transaction_reasons r,
2071: gme_material_details m, -- nsinghi bug#5236906. Add join to gme_material_details and MLN
2072: mtl_lot_numbers n
2073: WHERE
2074: l.batch_id = p_batch_id AND

Line 2133: mtl_transaction_reasons r,

2129: reason_name,
2130: TO_CHAR(l.last_update_date, 'MM/DD/YYYY HH24:MI:SS')
2131: FROM
2132: gme_pending_product_lots l,
2133: mtl_transaction_reasons r,
2134: gme_material_details m,
2135: mtl_lot_numbers n
2136: WHERE
2137: l.batch_id = p_batch_id AND