DBA Data[Home] [Help]

APPS.IGS_EN_SPI_LGCY_PUB dependencies on FND_API

Line 59: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.

55: * The Student Intermission Import process is a public API designed for use in populating rows with
56: * data during a system conversion. This API is also used by the Legacy Import Process for Enrollment
57: * and Records when importing rows from the IGS_EN_LGCY_SPI_INT interface table.
58: * @param p_api_version The version number will be used to compare with claim public api's current version number.Unexpected error is raised if version in-compatibility exists.
59: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
60: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
61: * @param p_validation_level Public API will always perform full level of validation.
62: * @param p_intermiss_rec Legacy Student Intermission record type. Refer to IGS_EN_LGCY_SPI_INT for detail column descriptions.
63: * @param x_return_status The return status values are as follows; Success - FND_API.G_RET_STS_SUCCESS ; Error - FND_API.G_RET_STS_ERROR ; Unexpected error - FND_API.G_RET_STS_UNEXP_ERROR.

Line 60: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.

56: * data during a system conversion. This API is also used by the Legacy Import Process for Enrollment
57: * and Records when importing rows from the IGS_EN_LGCY_SPI_INT interface table.
58: * @param p_api_version The version number will be used to compare with claim public api's current version number.Unexpected error is raised if version in-compatibility exists.
59: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
60: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
61: * @param p_validation_level Public API will always perform full level of validation.
62: * @param p_intermiss_rec Legacy Student Intermission record type. Refer to IGS_EN_LGCY_SPI_INT for detail column descriptions.
63: * @param x_return_status The return status values are as follows; Success - FND_API.G_RET_STS_SUCCESS ; Error - FND_API.G_RET_STS_ERROR ; Unexpected error - FND_API.G_RET_STS_UNEXP_ERROR.
64: * @param x_msg_count Message count.

Line 63: * @param x_return_status The return status values are as follows; Success - FND_API.G_RET_STS_SUCCESS ; Error - FND_API.G_RET_STS_ERROR ; Unexpected error - FND_API.G_RET_STS_UNEXP_ERROR.

59: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
60: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
61: * @param p_validation_level Public API will always perform full level of validation.
62: * @param p_intermiss_rec Legacy Student Intermission record type. Refer to IGS_EN_LGCY_SPI_INT for detail column descriptions.
63: * @param x_return_status The return status values are as follows; Success - FND_API.G_RET_STS_SUCCESS ; Error - FND_API.G_RET_STS_ERROR ; Unexpected error - FND_API.G_RET_STS_UNEXP_ERROR.
64: * @param x_msg_count Message count.
65: * @param x_msg_data Message data.
66: * @rep:scope public
67: * @rep:lifecycle active

Line 73: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,

69: */
70: PROCEDURE create_student_intm
71: (
72: p_api_version IN NUMBER,
73: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
74: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
75: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
76: p_intermiss_rec IN en_spi_rec_type,
77: x_return_status OUT NOCOPY VARCHAR2,

Line 74: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

70: PROCEDURE create_student_intm
71: (
72: p_api_version IN NUMBER,
73: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
74: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
75: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
76: p_intermiss_rec IN en_spi_rec_type,
77: x_return_status OUT NOCOPY VARCHAR2,
78: x_msg_count OUT NOCOPY NUMBER,

Line 75: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,

71: (
72: p_api_version IN NUMBER,
73: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
74: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
75: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
76: p_intermiss_rec IN en_spi_rec_type,
77: x_return_status OUT NOCOPY VARCHAR2,
78: x_msg_count OUT NOCOPY NUMBER,
79: x_msg_data OUT NOCOPY VARCHAR2