[Home] [Help]
835: file_type = p_file_type;
836:
837: trailer_rec cur_trailer%ROWTYPE;
838:
839: CURSOR cur_rfms_batch ( p_batch_id igf_gr_rfms_batch_all.batch_id%TYPE)
840: IS
841: SELECT *
842: FROM
843: igf_gr_rfms_batch
2928:
2929: END update_pell_status;
2930:
2931: PROCEDURE match_file_version (p_version IN igf_lookups_view.lookup_code%TYPE,
2932: p_batch_id IN igf_gr_rfms_batch_all.batch_id%TYPE,
2933: p_message OUT NOCOPY fnd_new_messages.message_name%TYPE)
2934: IS
2935:
2936: --