DBA Data[Home] [Help]

APPS.IGS_AV_UNT_LGCY_PUB dependencies on FND_API

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

89: /*#
90: * The Advanced Standing Unit Legacy Import process is a public API designed for use in populating rows with data during a system conversion.
91: * This API is also used by the Legacy Import Process for Enrollment and Records when importing rows from the IGS_AV_LGCY_UNIT_INT interface table.
92: * @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.
93: * @param p_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
94: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
95: * @param p_validation_level Public API will always perform full level of validation.
96: * @param p_lgcy_adstunt_rec Legacy Advanced Standing Unit record type. Refer to IGS_AV_LGCY_UNIT_INT for detail column descriptions.
97: * @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 94: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.

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

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

93: * @param p_init_msg_list Set to FND_API.G_TRUE to have API automatically to initialize message list.
94: * @param p_commit Set to FND_API.G_TRUE to have API to commit automatically.
95: * @param p_validation_level Public API will always perform full level of validation.
96: * @param p_lgcy_adstunt_rec Legacy Advanced Standing Unit record type. Refer to IGS_AV_LGCY_UNIT_INT for detail column descriptions.
97: * @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.
98: * @param x_msg_count Message count.
99: * @param x_msg_data Message data.
100: * @rep:scope public
101: * @rep:lifecycle active

Line 106: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,

102: * @rep:displayname Import Legacy Unit Advanced Standing
103: */
104: PROCEDURE create_adv_stnd_unit
105: (p_api_version IN NUMBER,
106: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
107: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
108: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL,
109: p_lgcy_adstunt_rec IN OUT NOCOPY lgcy_adstunt_rec_type,
110: x_return_status OUT NOCOPY VARCHAR2,

Line 107: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,

103: */
104: PROCEDURE create_adv_stnd_unit
105: (p_api_version IN NUMBER,
106: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
107: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
108: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL,
109: p_lgcy_adstunt_rec IN OUT NOCOPY lgcy_adstunt_rec_type,
110: x_return_status OUT NOCOPY VARCHAR2,
111: x_msg_count OUT NOCOPY NUMBER,

Line 108: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL,

104: PROCEDURE create_adv_stnd_unit
105: (p_api_version IN NUMBER,
106: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
107: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
108: p_validation_level IN VARCHAR2 DEFAULT FND_API.G_VALID_LEVEL_FULL,
109: p_lgcy_adstunt_rec IN OUT NOCOPY lgcy_adstunt_rec_type,
110: x_return_status OUT NOCOPY VARCHAR2,
111: x_msg_count OUT NOCOPY NUMBER,
112: x_msg_data OUT NOCOPY VARCHAR2