DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_CREATE_GENERIC_PKG

Line 8: in igs_ps_create_generic_pkg package.

4: /***********************************************************************************************
5: Created By : Sanjeeb Rakshit, Somnath Mukherjee
6: Date Created By: 17-Jun-2005
7: Purpose : This package has the some validation function which will be called from sub processes,
8: in igs_ps_create_generic_pkg package.
9:
10: Known limitations,enhancements,remarks:
11: Change History (in reverse chronological order)
12: Who When What

Line 852: p_class_meet_tab IN igs_ps_create_generic_pkg.class_meet_rec_tbl_type) RETURN BOOLEAN

848: );
849: END update_usec_status;
850:
851: FUNCTION post_usec_meet_with(p_tab_usec_meet_with IN OUT NOCOPY igs_ps_generic_pub.usec_meet_with_tbl_type,
852: p_class_meet_tab IN igs_ps_create_generic_pkg.class_meet_rec_tbl_type) RETURN BOOLEAN
853: AS
854: /***********************************************************************************************
855: Created By : sommukhe
856: Date Created By:

Line 1097: p_class_meet_rec IN OUT NOCOPY igs_ps_create_generic_pkg.class_meet_rec_type )

1093: PROCEDURE validate_uso_cm_grp ( p_uso_cm_grp_rec IN OUT NOCOPY igs_ps_generic_pub.usec_meet_with_rec_type,
1094: p_c_cal_type VARCHAR2,
1095: p_n_seq_num NUMBER,
1096: p_insert_update VARCHAR2,
1097: p_class_meet_rec IN OUT NOCOPY igs_ps_create_generic_pkg.class_meet_rec_type )
1098: AS
1099: /***********************************************************************************************
1100: Created By : sommukhe
1101: Date Created By: 18-Jun-2005

Line 1407: p_cross_group_tab IN igs_ps_create_generic_pkg.cross_group_rec_tbl_type) RETURN BOOLEAN

1403: END validate_usec_x_grpmem;
1404:
1405:
1406: FUNCTION post_usec_cross_group(p_tab_usec_cross_group IN OUT NOCOPY igs_ps_generic_pub.usec_cross_group_tbl_type,
1407: p_cross_group_tab IN igs_ps_create_generic_pkg.cross_group_rec_tbl_type) RETURN BOOLEAN
1408: AS
1409: /***********************************************************************************************
1410: Created By : sommukhe
1411: Date Created By:

Line 1665: p_cross_group_rec IN OUT NOCOPY igs_ps_create_generic_pkg.cross_group_rec_type )

1661: PROCEDURE validate_usec_x_grp ( p_usec_x_grp_rec IN OUT NOCOPY igs_ps_generic_pub.usec_cross_group_rec_type,
1662: p_c_cal_type VARCHAR2,
1663: p_n_seq_num NUMBER,
1664: p_insert_update VARCHAR2,
1665: p_cross_group_rec IN OUT NOCOPY igs_ps_create_generic_pkg.cross_group_rec_type )
1666: AS
1667: /***********************************************************************************************
1668: Created By : sommukhe
1669: Date Created By: 10-Jun-2005

Line 1794: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN

1790: END validate_usec_x_grp;
1791:
1792:
1793: FUNCTION post_as_us_ai ( p_tab_as_us_ai IN OUT NOCOPY igs_ps_generic_pub.usec_ass_item_grp_tbl_type,
1794: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN
1795: AS
1796: /***********************************************************************************************
1797: Created By : sommukhe
1798: Date Created By:

Line 1936: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN

1932: END post_as_us_ai;
1933:
1934:
1935: FUNCTION post_tch_rsp_ovrd ( p_tab_tch_rsp_ovrd IN OUT NOCOPY igs_ps_generic_pub.usec_teach_resp_ovrd_tbl_type,
1936: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN
1937: AS
1938: /***********************************************************************************************
1939: Created By : sommukhe
1940: Date Created By: 18-Jun-2005

Line 2002: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN

1998: END post_tch_rsp_ovrd;
1999:
2000:
2001: FUNCTION post_usec_rsv ( p_tab_usec_rsv IN OUT NOCOPY igs_ps_generic_pub.usec_res_seat_tbl_type,
2002: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN
2003: AS
2004: /***********************************************************************************************
2005: Created By : sommukhe
2006: Date Created By: 18-Jul-2005

Line 2184: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN

2180:
2181:
2182: --post insert/update validations for Unit section Waitlist
2183: FUNCTION post_usec_wlst ( p_tab_usec_wlst IN OUT NOCOPY igs_ps_generic_pub.usec_waitlist_tbl_type,
2184: p_tab_uoo IN igs_ps_create_generic_pkg.uoo_tbl_type) RETURN BOOLEAN
2185: AS
2186: /***********************************************************************************************
2187: Created By : sommukhe
2188: Date Created By: 18-Jul-2005