DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_CREATE_GENERIC_PKG

Line 69: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN ;

65: p_n_uoo_id IN NUMBER);
66:
67: -- This function does validations after inserting Unit Section Grading Schema Records
68: FUNCTION post_usec_grd_sch ( p_tab_usec_gs IN OUT NOCOPY igs_ps_generic_pub.usec_gs_tbl_type,
69: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN ;
70:
71: -- This procedure validates before inserting records of Unit Section Occurrence.
72: PROCEDURE validate_usec_occurs ( p_uso_rec IN OUT NOCOPY igs_ps_generic_pub.uso_rec_type,
73: p_n_uoo_id IN igs_ps_unit_ofr_opt_all.uoo_id%TYPE,

Line 170: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN ;

166: FUNCTION validate_staff_faculty (p_person_id IN NUMBER ) RETURN BOOLEAN ;
167:
168: --Function to validate whether a uoo_id exists in the pl/sql table p_tab_uoo
169: FUNCTION isexists(p_n_uoo_id IN igs_ps_unit_ofr_opt_all.uoo_id%TYPE,
170: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN ;
171:
172: --Function to check whether import is allowed in context to scheduling (overlodad function)
173: FUNCTION check_import_allowed( p_unit_cd IN VARCHAR2,
174: p_version_number IN NUMBER,