DBA Data[Home] [Help]

APPS.IGS_EN_SPI_LGCY_PUB dependencies on IGS_EN_SPI_LGCY_PUB

Line 1: PACKAGE BODY igs_en_spi_lgcy_pub AS

1: PACKAGE BODY igs_en_spi_lgcy_pub AS
2: /* $Header: IGSENA6B.pls 120.1 2006/04/13 01:56:53 smaddali noship $ */
3:
4: /*------------------------------------------------------------------------------+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA |

Line 10: | PL/SQL body for package: igs_en_spi_lgcy_pub |

6: | All rights reserved. |
7: +==============================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL body for package: igs_en_spi_lgcy_pub |
11: | |
12: | NOTES : Student Intermission Legacy API. This API imports legacy Students |
13: | intermission records into OSS tables. Created as part of Enrollment |
14: | Legacy build. Bug# 2661533 |

Line 21: g_pkg_name CONSTANT VARCHAR2(30) := 'IGS_EN_SPI_LGCY_PUB';

17: | Who When What |
18: | |
19: *==============================================================================*/
20:
21: g_pkg_name CONSTANT VARCHAR2(30) := 'IGS_EN_SPI_LGCY_PUB';
22:
23: FUNCTION validate_parameter (
24: p_intermiss_rec IN en_spi_rec_type
25: ) RETURN BOOLEAN AS

Line 654: END igs_en_spi_lgcy_pub;

650: p_data => x_msg_data);
651:
652: END create_student_intm;
653:
654: END igs_en_spi_lgcy_pub;