DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PT_GEN_PKG

Source


1 PACKAGE igs_pt_gen_pkg AUTHID CURRENT_USER AS
2 /* $Header: IGSPT01S.pls 115.1 2003/04/10 14:46:55 kdande noship $ */
3 
4 --This function returns the enrolled program info for a student in a term as a concat string
5 
6 FUNCTION get_program_info(
7 			     p_person_id               IN VARCHAR2,
8 			     p_load_cal_type           IN VARCHAR2,
9 			     p_load_sequence_number    IN VARCHAR2,
10 			     p_num_units               IN NUMBER DEFAULT 5
11 ) RETURN VARCHAR2;
12 
13 END igs_pt_gen_pkg;