APPS.GME_API_PUB dependencies on GME_BATCH_GROUPS_ASSOCIATION
Line 10594: FROM gme_batch_groups_association
10590:
10591: CURSOR get_associated_batches (l_group_id IN NUMBER)
10592: IS
10593: SELECT batch_id 10594: FROM gme_batch_groups_association 10595: WHERE group_id = l_group_id;
10596:
10597: CURSOR get_batch_status (l_batch_id IN NUMBER, l_org_id IN NUMBER)
10598: IS