DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_BATCH_HEADER_VW

Line 1642: FROM gme_batch_header_vw b

1638: x_error_msg OUT NOCOPY VARCHAR2) IS
1639:
1640: CURSOR Cur_batch_no IS
1641: SELECT b.parentline_id
1642: FROM gme_batch_header_vw b
1643: WHERE batch_type = 0
1644: AND organization_id = p_organization_id
1645: AND batch_id = p_batch_id;
1646:

Line 4563: FROM gme_batch_header_vw bh,

4559: bh.batch_no batch_no,
4560: mmt.transaction_id,
4561: mmt.created_by,
4562: mmt.transaction_type_id
4563: FROM gme_batch_header_vw bh,
4564: mtl_parameters mp,
4565: gme_material_details bl,
4566: mtl_system_items_vl msi,
4567: mtl_material_transactions mmt