DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on MTL_TRANSACTION_REASONS

Line 1974: mtl_transaction_reasons r,

1970: reason_name,
1971: TO_CHAR(l.last_update_date, 'MM/DD/YYYY HH24:MI:SS')
1972: FROM
1973: gme_pending_product_lots l,
1974: mtl_transaction_reasons r,
1975: gme_material_details m, -- nsinghi bug#5236906. Add join to gme_material_details and MLN
1976: mtl_lot_numbers n
1977: WHERE
1978: l.batch_id = p_batch_id AND

Line 2037: mtl_transaction_reasons r,

2033: reason_name,
2034: TO_CHAR(l.last_update_date, 'MM/DD/YYYY HH24:MI:SS')
2035: FROM
2036: gme_pending_product_lots l,
2037: mtl_transaction_reasons r,
2038: gme_material_details m,
2039: mtl_lot_numbers n
2040: WHERE
2041: l.batch_id = p_batch_id AND