You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SFKFUNC

   PROCEDURE p_validate_rsts_by_date (
             p_rsts_code        IN sftregs.sftregs_rsts_code%TYPE,
             p_rsts_date        IN sftregs.sftregs_rsts_date%TYPE,
             p_term_code        IN sftregs.sftregs_term_code%TYPE,
             p_ptrm_code        IN sftregs.sftregs_ptrm_code%TYPE,
             p_crn              IN sftregs.sftregs_crn%TYPE,
             p_dunt_code        IN sftregs.sftregs_dunt_code%TYPE,
             p_start_date       IN sftregs.sftregs_start_date%TYPE,
             p_completion_date  IN sftregs.sftregs_completion_date%TYPE,
             p_err_out          OUT VARCHAR2);
  • No labels