DBA Data[Home] [Help]

APPS.IGS_AS_SUAO_LGCY_PUB dependencies on FND_API

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

95: /*#
96: * The Unit Outcome Legacy import process is a public API designed for use in populating rows with data during a system conversion.
97: * This API is also used by the Legacy Import Process for Enrollment and Records when importing rows from the IGS_AS_LGCY_SUO_INT interface table.
98: * @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.
99: * @param p_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
100: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
101: * @param p_validation_level Public API will always perform full level of validation.
102: * @param p_lgcy_suo_rec Legacy Unit Outcome record type. Refer to IGS_AS_LGCY_SUO_INT for detail column descriptions.
103: * @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 100: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.

96: * The Unit Outcome Legacy import process is a public API designed for use in populating rows with data during a system conversion.
97: * This API is also used by the Legacy Import Process for Enrollment and Records when importing rows from the IGS_AS_LGCY_SUO_INT interface table.
98: * @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.
99: * @param p_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
100: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
101: * @param p_validation_level Public API will always perform full level of validation.
102: * @param p_lgcy_suo_rec Legacy Unit Outcome record type. Refer to IGS_AS_LGCY_SUO_INT for detail column descriptions.
103: * @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.
104: * @param x_msg_count Message count.

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

99: * @param p_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
100: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
101: * @param p_validation_level Public API will always perform full level of validation.
102: * @param p_lgcy_suo_rec Legacy Unit Outcome record type. Refer to IGS_AS_LGCY_SUO_INT for detail column descriptions.
103: * @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.
104: * @param x_msg_count Message count.
105: * @param x_msg_data Message data.
106: * @rep:scope public
107: * @rep:lifecycle active

Line 144: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

140: | MODIFICATION HISTORY |
141: +===========================================================================*/
142: (
143: p_api_version IN NUMBER ,
144: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
145: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
146: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL ,
147: p_lgcy_suo_rec IN LGCY_SUO_REC_TYPE ,
148: x_return_status OUT NOCOPY VARCHAR2 ,

Line 145: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

141: +===========================================================================*/
142: (
143: p_api_version IN NUMBER ,
144: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
145: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
146: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL ,
147: p_lgcy_suo_rec IN LGCY_SUO_REC_TYPE ,
148: x_return_status OUT NOCOPY VARCHAR2 ,
149: x_msg_count OUT NOCOPY NUMBER ,

Line 146: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL ,

142: (
143: p_api_version IN NUMBER ,
144: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
145: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
146: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL ,
147: p_lgcy_suo_rec IN LGCY_SUO_REC_TYPE ,
148: x_return_status OUT NOCOPY VARCHAR2 ,
149: x_msg_count OUT NOCOPY NUMBER ,
150: x_msg_data OUT NOCOPY VARCHAR2