DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_V2PUB dependencies on FND_API

Line 135: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

131: *
132: * ARGUMENTS
133: * IN:
134: * p_init_msg_list Initialize message stack if it is set to
135: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
136: * p_credit_rating_rec credit rating record.
137: * IN/OUT:
138: * OUT:
139: * x_credit_rating_id Credit rating Id.

Line 141: * be FND_API.G_RET_STS_SUCCESS (success),

137: * IN/OUT:
138: * OUT:
139: * x_credit_rating_id Credit rating Id.
140: * x_return_status Return status after the call. The status can
141: * be FND_API.G_RET_STS_SUCCESS (success),
142: * FND_API.G_RET_STS_ERROR (error),
143: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
144: * x_msg_count Number of messages in message stack.
145: * x_msg_data Message text if x_msg_count is 1.

Line 142: * FND_API.G_RET_STS_ERROR (error),

138: * OUT:
139: * x_credit_rating_id Credit rating Id.
140: * x_return_status Return status after the call. The status can
141: * be FND_API.G_RET_STS_SUCCESS (success),
142: * FND_API.G_RET_STS_ERROR (error),
143: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
144: * x_msg_count Number of messages in message stack.
145: * x_msg_data Message text if x_msg_count is 1.
146: *

Line 143: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

139: * x_credit_rating_id Credit rating Id.
140: * x_return_status Return status after the call. The status can
141: * be FND_API.G_RET_STS_SUCCESS (success),
142: * FND_API.G_RET_STS_ERROR (error),
143: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
144: * x_msg_count Number of messages in message stack.
145: * x_msg_data Message text if x_msg_count is 1.
146: *
147: * NOTES

Line 164: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

160: * @rep:businessevent oracle.apps.ar.hz.CreditRating.create
161: * @rep:doccd 120hztig.pdf Classification API Use, Oracle Trading Community Architecture Technical Implementation Guide
162: */
163: PROCEDURE create_credit_rating(
164: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
165: p_credit_rating_rec IN CREDIT_RATING_REC_TYPE,
166: x_credit_rating_id OUT NOCOPY NUMBER,
167: x_return_status OUT NOCOPY VARCHAR2,
168: x_msg_count OUT NOCOPY NUMBER,

Line 184: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

180: *
181: * ARGUMENTS
182: * IN:
183: * p_init_msg_list Initialize message stack if it is set to
184: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
185: * p_credit_rating_rec credit rating record.
186: * IN/OUT:
187: * p_object_version_number Used for locking the being updated record.
188: * OUT:

Line 190: * be FND_API.G_RET_STS_SUCCESS (success),

186: * IN/OUT:
187: * p_object_version_number Used for locking the being updated record.
188: * OUT:
189: * x_return_status Return status after the call. The status can
190: * be FND_API.G_RET_STS_SUCCESS (success),
191: * FND_API.G_RET_STS_ERROR (error),
192: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
193: * x_msg_count Number of messages in message stack.
194: * x_msg_data Message text if x_msg_count is 1.

Line 191: * FND_API.G_RET_STS_ERROR (error),

187: * p_object_version_number Used for locking the being updated record.
188: * OUT:
189: * x_return_status Return status after the call. The status can
190: * be FND_API.G_RET_STS_SUCCESS (success),
191: * FND_API.G_RET_STS_ERROR (error),
192: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
193: * x_msg_count Number of messages in message stack.
194: * x_msg_data Message text if x_msg_count is 1.
195: *

Line 192: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

188: * OUT:
189: * x_return_status Return status after the call. The status can
190: * be FND_API.G_RET_STS_SUCCESS (success),
191: * FND_API.G_RET_STS_ERROR (error),
192: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
193: * x_msg_count Number of messages in message stack.
194: * x_msg_data Message text if x_msg_count is 1.
195: *
196: * NOTES

Line 213: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

209: * @rep:businessevent oracle.apps.ar.hz.CreditRating.update
210: * @rep:doccd 120hztig.pdf Classification API Use, Oracle Trading Community Architecture Technical Implementation Guide
211: */
212: PROCEDURE update_credit_rating(
213: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
214: p_credit_rating_rec IN CREDIT_RATING_REC_TYPE,
215: p_object_version_number IN OUT NOCOPY NUMBER,
216: x_return_status OUT NOCOPY VARCHAR2,
217: x_msg_count OUT NOCOPY NUMBER,

Line 233: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

229: *
230: * ARGUMENTS
231: * IN:
232: * p_init_msg_list Initialize message stack if it is set to
233: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
234: * x_credit_rating_id Credit rating id.
235: * IN/OUT:
236: * OUT:
237: * x_credit_rating_rec Returned credit rating record.

Line 239: * be FND_API.G_RET_STS_SUCCESS (success),

235: * IN/OUT:
236: * OUT:
237: * x_credit_rating_rec Returned credit rating record.
238: * x_return_status Return status after the call. The status can
239: * be FND_API.G_RET_STS_SUCCESS (success),
240: * FND_API.G_RET_STS_ERROR (error),
241: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
242: * x_msg_count Number of messages in message stack.
243: * x_msg_data Message text if x_msg_count is 1.

Line 240: * FND_API.G_RET_STS_ERROR (error),

236: * OUT:
237: * x_credit_rating_rec Returned credit rating record.
238: * x_return_status Return status after the call. The status can
239: * be FND_API.G_RET_STS_SUCCESS (success),
240: * FND_API.G_RET_STS_ERROR (error),
241: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
242: * x_msg_count Number of messages in message stack.
243: * x_msg_data Message text if x_msg_count is 1.
244: *

Line 241: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

237: * x_credit_rating_rec Returned credit rating record.
238: * x_return_status Return status after the call. The status can
239: * be FND_API.G_RET_STS_SUCCESS (success),
240: * FND_API.G_RET_STS_ERROR (error),
241: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
242: * x_msg_count Number of messages in message stack.
243: * x_msg_data Message text if x_msg_count is 1.
244: *
245: * NOTES

Line 254: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

250: *
251: */
252:
253: PROCEDURE get_credit_rating_rec(
254: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
255: p_credit_rating_id IN NUMBER,
256: x_credit_rating_rec OUT NOCOPY CREDIT_RATING_REC_TYPE,
257: x_return_status OUT NOCOPY VARCHAR2,
258: x_msg_count OUT NOCOPY NUMBER,