index

Package sb_centricperiod_term_rules

Support subprograms for the CENTRICPERIOD_TERM (sb_centricperiod_term).


Program units
f_sfrstsh_exists   Function to check for sfrstsh records before attempting to delete the centric period record.
f_sfrstsl_exists   Function to check for sfrstsl records before attempting to delete the centric period record.
f_sfrstst_exists   Function to check for sfrstst records before attempting to delete the centric period record.
f_sgbstdn_exists   Function to check for sgbstdn records before attempting to delete the centric period record.
f_shrassr_exists   Function to check for shrassr records before attempting to delete the centric period record.
f_shrttrm_exists   Function to check for shrttrm records before attempting to delete the centric period record.
f_shrsgpa_exists   Function to check for shrsgpa records before attempting to delete the centric period record.
f_sorcscp_exists   Function to check for sorcscp records before attempting to delete the centric period record.
p_register_entity   Registers the attribute value pairs to the message cache for delete operations.
p_register_entity   Registers the attribute/value pairs to the message cache for create and update operations.
p_validate   Validates all data in the record.


f_sfrstsh_exists

Function f_sfrstsh_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for sfrstsh records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_sfrstsl_exists

Function f_sfrstsl_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for sfrstsl records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_sfrstst_exists

Function f_sfrstst_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for sfrstst records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_sgbstdn_exists

Function f_sgbstdn_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE,
                          p_term_code sorscpt.sorscpt_term_code%TYPE)
  RETURN VARCHAR2

Function to check for sgbstdn records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key
p_term_code   Term code for Student Centric Period. VARCHAR2(6) Required Key


f_shrassr_exists

Function f_shrassr_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for shrassr records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_shrttrm_exists

Function f_shrttrm_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for shrttrm records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_shrsgpa_exists

Function f_shrsgpa_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for shrsgpa records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


f_sorcscp_exists

Function f_sorcscp_exists(p_scps_code sorscpt.sorscpt_scps_code%TYPE)
  RETURN VARCHAR2

Function to check for sorcscp records before attempting to delete the centric period record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key


p_register_entity

Procedure p_register_entity(p_operation_type     NUMBER,
                            p_internal_record_id gb_common.internal_record_id_type)

Registers the attribute value pairs to the message cache for delete operations.
This signature uses the ROWID only for delete operations.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_register_entity

Procedure p_register_entity(p_operation_type     NUMBER,
                            p_scps_code          sorscpt.sorscpt_scps_code%TYPE,
                            p_term_code          sorscpt.sorscpt_term_code%TYPE,
                            p_user_id            sorscpt.sorscpt_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_data_origin        sorscpt.sorscpt_data_origin%TYPE,
                            p_term_control_ind   sorscpt.sorscpt_term_control_ind%TYPE,
                            p_internal_record_id gb_common.internal_record_id_type)

Registers the attribute/value pairs to the message cache for create and update operations.
 
This signature registers all parameters.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key
p_term_code   Term code for Student Centric Period. VARCHAR2(6) Required Key
p_user_id   ID of the most recent user to create or update the row in the SORSCPT table. VARCHAR2(30) Required
p_data_origin   Source system that generated the data. VARCHAR2(30) Required
p_term_control_ind   Indicates which term is the control term for the student centric period. VARCHAR2(4)
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_validate

Procedure p_validate(p_scps_code        sorscpt.sorscpt_scps_code%TYPE,
                     p_term_code        sorscpt.sorscpt_term_code%TYPE,
                     p_user_id          sorscpt.sorscpt_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_data_origin      sorscpt.sorscpt_data_origin%TYPE,
                     p_term_control_ind sorscpt.sorscpt_term_control_ind%TYPE DEFAULT NULL)

Validates all data in the record.

Parameters
p_scps_code   Student Centric Period. VARCHAR2(6) Required Key
p_term_code   Term code for Student Centric Period. VARCHAR2(6) Required Key
p_user_id   ID of the most recent user to create or update the row in the SORSCPT table. VARCHAR2(30) Required
p_data_origin   Source system that generated the data. VARCHAR2(30) Required
p_term_control_ind   Indicates which term is the control term for the student centric period. VARCHAR2(4)