518: p_group_id NUMBER
519: )
520: IS
521: SELECT header_interface_id
522: FROM rcv_headers_interface
523: WHERE GROUP_ID = p_group_id;
524:
525: -- Cursor which gets the interface transaction id from the
526: -- rcv_transactions_interface for the given request group id.