DBA Data[Home] [Help]

APPS.IGS_RE_SPRVSR_LGCY_PUB dependencies on FND_API

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

51: * The Research Supervisor Import process is a public API designed for use in populating rows with
52: * data during a system conversion. This API is also used by the Legacy Import Process for Enrollment
53: * and Records when importing rows from the IGS_RE_LGCY_SPR_INT interface table.
54: * @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.
55: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
56: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
57: * @param p_validation_level Public API will always perform full level of validation.
58: * @param p_sprvsr_dtls_rec Legacy Research Supervisor record type. Refer to IGS_EN_LGCY_SPR_INT for detail column descriptions.
59: * @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 56: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.

52: * data during a system conversion. This API is also used by the Legacy Import Process for Enrollment
53: * and Records when importing rows from the IGS_RE_LGCY_SPR_INT interface table.
54: * @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.
55: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
56: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
57: * @param p_validation_level Public API will always perform full level of validation.
58: * @param p_sprvsr_dtls_rec Legacy Research Supervisor record type. Refer to IGS_EN_LGCY_SPR_INT for detail column descriptions.
59: * @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.
60: * @param x_msg_count Message count.

Line 59: * @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.

55: * @param P_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
56: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
57: * @param p_validation_level Public API will always perform full level of validation.
58: * @param p_sprvsr_dtls_rec Legacy Research Supervisor record type. Refer to IGS_EN_LGCY_SPR_INT for detail column descriptions.
59: * @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.
60: * @param x_msg_count Message count.
61: * @param x_msg_data Message data.
62: * @rep:scope public
63: * @rep:lifecycle active

Line 69: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,

65: */
66: PROCEDURE create_sprvsr
67: (
68: p_api_version IN NUMBER,
69: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
70: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
71: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
72: p_sprvsr_dtls_rec IN sprvsr_dtls_rec_type,
73: x_return_status OUT NOCOPY VARCHAR2,

Line 70: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

66: PROCEDURE create_sprvsr
67: (
68: p_api_version IN NUMBER,
69: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
70: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
71: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
72: p_sprvsr_dtls_rec IN sprvsr_dtls_rec_type,
73: x_return_status OUT NOCOPY VARCHAR2,
74: x_msg_count OUT NOCOPY NUMBER,

Line 71: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,

67: (
68: p_api_version IN NUMBER,
69: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
70: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
71: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL ,
72: p_sprvsr_dtls_rec IN sprvsr_dtls_rec_type,
73: x_return_status OUT NOCOPY VARCHAR2,
74: x_msg_count OUT NOCOPY NUMBER,
75: x_msg_data OUT NOCOPY VARCHAR2