[Home] [Help]
1542: x_error_msg OUT NOCOPY VARCHAR2) IS
1543:
1544: CURSOR Cur_batch_no IS
1545: SELECT b.parentline_id
1546: FROM gme_batch_header_vw b
1547: WHERE batch_type = 0
1548: AND organization_id = p_organization_id
1549: AND batch_id = p_batch_id;
1550: