DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_BATCH_GROUPS_ASSOCIATION

Line 11260: FROM gme_batch_groups_association

11256:
11257: CURSOR get_associated_batches (l_group_id IN NUMBER)
11258: IS
11259: SELECT batch_id
11260: FROM gme_batch_groups_association
11261: WHERE group_id = l_group_id;
11262:
11263: CURSOR get_batch_status (l_batch_id IN NUMBER, l_org_id IN NUMBER)
11264: IS