44: -- with given auction_header_id (p_source_auction_header_id)
45: --
46: -- Parameters:
47: -- IN : p_api_version NUMBER Required
48: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
49: -- IN : p_is_conc_call VARCHAR2 Required This indicates if the
50: -- procedure is called online or via a concurrent program
51: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id
52: -- of the source negotiation
107: --
108: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
109: -- was successful or not; It can have
110: -- following values -
111: -- FND_API.G_RET_STS_SUCCESS (Success)
112: -- FND_API.G_RET_STS_ERROR (Success with warning)
113: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
114: --
115: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
108: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
109: -- was successful or not; It can have
110: -- following values -
111: -- FND_API.G_RET_STS_SUCCESS (Success)
112: -- FND_API.G_RET_STS_ERROR (Success with warning)
113: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
114: --
115: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
116: -- to this procedure call. It will have following
109: -- was successful or not; It can have
110: -- following values -
111: -- FND_API.G_RET_STS_SUCCESS (Success)
112: -- FND_API.G_RET_STS_ERROR (Success with warning)
113: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
114: --
115: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
116: -- to this procedure call. It will have following
117: -- values -
170: -- with given auction_header_id (p_source_auction_header_id)
171: --
172: -- Parameters:
173: -- IN : p_api_version NUMBER Required
174: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
175: -- IN : p_is_conc_call VARCHAR2 Required This indicates if the
176: -- procedure is called online or via a concurrent program
177: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id
178: -- of the source negotiation
233: --
234: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
235: -- was successful or not; It can have
236: -- following values -
237: -- FND_API.G_RET_STS_SUCCESS (Success)
238: -- FND_API.G_RET_STS_ERROR (Success with warning)
239: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
240: --
241: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
234: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
235: -- was successful or not; It can have
236: -- following values -
237: -- FND_API.G_RET_STS_SUCCESS (Success)
238: -- FND_API.G_RET_STS_ERROR (Success with warning)
239: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
240: --
241: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
242: -- to this procedure call. It will have following
235: -- was successful or not; It can have
236: -- following values -
237: -- FND_API.G_RET_STS_SUCCESS (Success)
238: -- FND_API.G_RET_STS_ERROR (Success with warning)
239: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
240: --
241: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
242: -- to this procedure call. It will have following
243: -- values -
288:
289:
290: -- Parameters:
291: -- IN : p_api_version NUMBER Required
292: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
293: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id of the source negotiation
294: -- IN : p_trading_partner_id NUMBER Required, trading_partner_id of user
295: -- for which the reultant negotiation will be created
296: -- IN : p_trading_partner_contact_id NUMBER Required, trading_partner_contact_id of
351: PROCEDURE PON_CONC_COPY_SUPER_LARGE_NEG (
352: EFFBUF OUT NOCOPY VARCHAR2,
353: RETCODE OUT NOCOPY VARCHAR2,
354: p_api_version IN NUMBER,
355: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_TRUE,
356: p_source_auction_header_id IN NUMBER,
357: p_trading_partner_id IN NUMBER ,
358: p_trading_partner_contact_id IN NUMBER ,
359: p_language IN VARCHAR2,
444: -- Once negotiation is copied, updates the AMENDMENT_FLAG accordingly.
445: --
446: -- Parameters:
447: -- IN : p_api_version NUMBER Required
448: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
449: -- IN : p_is_conc_call VARCHAR2 Required This indicates if the
450: -- procedure is called online or via a concurrent program
451: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id
452: -- of the source negotiation
507: --
508: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
509: -- was successful or not; It can have
510: -- following values -
511: -- FND_API.G_RET_STS_SUCCESS (Success)
512: -- FND_API.G_RET_STS_ERROR (Success with warning)
513: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
514: --
515: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
508: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
509: -- was successful or not; It can have
510: -- following values -
511: -- FND_API.G_RET_STS_SUCCESS (Success)
512: -- FND_API.G_RET_STS_ERROR (Success with warning)
513: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
514: --
515: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
516: -- to this procedure call. It will have following
509: -- was successful or not; It can have
510: -- following values -
511: -- FND_API.G_RET_STS_SUCCESS (Success)
512: -- FND_API.G_RET_STS_ERROR (Success with warning)
513: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
514: --
515: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
516: -- to this procedure call. It will have following
517: -- values -