DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on FND_API

Line 40: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional

36: -- with given auction_header_id (p_source_auction_header_id)
37: --
38: -- Parameters:
39: -- IN : p_api_version NUMBER Required
40: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
41: -- IN : p_is_conc_call VARCHAR2 Required This indicates if the
42: -- procedure is called online or via a concurrent program
43: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id
44: -- of the source negotiation

Line 103: -- FND_API.G_RET_STS_SUCCESS (Success)

99: --
100: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
101: -- was successful or not; It can have
102: -- following values -
103: -- FND_API.G_RET_STS_SUCCESS (Success)
104: -- FND_API.G_RET_STS_ERROR (Success with warning)
105: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
106: --
107: -- OUT : x_msg_count NUMBER, the number of warning of error messages due

Line 104: -- FND_API.G_RET_STS_ERROR (Success with warning)

100: -- OUT : x_return_status VARCHAR2, flag to indicate if the copy procedure
101: -- was successful or not; It can have
102: -- following values -
103: -- FND_API.G_RET_STS_SUCCESS (Success)
104: -- FND_API.G_RET_STS_ERROR (Success with warning)
105: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
106: --
107: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
108: -- to this procedure call. It will have following

Line 105: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)

101: -- was successful or not; It can have
102: -- following values -
103: -- FND_API.G_RET_STS_SUCCESS (Success)
104: -- FND_API.G_RET_STS_ERROR (Success with warning)
105: -- FND_API.G_RET_STS_UNEXP_ERROR (Failed due to error)
106: --
107: -- OUT : x_msg_count NUMBER, the number of warning of error messages due
108: -- to this procedure call. It will have following
109: -- values -

Line 175: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional

171:
172:
173: -- Parameters:
174: -- IN : p_api_version NUMBER Required
175: -- IN : p_init_msg_list VARCHAR2 DEFAULT FND_API.G_TRUE Optional
176: -- IN : p_source_auction_header_id NUMBER Required, auction_header_id of the source negotiation
177: -- IN : p_trading_partner_id NUMBER Required, trading_partner_id of user
178: -- for which the reultant negotiation will be created
179: -- IN : p_trading_partner_contact_id NUMBER Required, trading_partner_contact_id of

Line 238: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_TRUE,

234: PROCEDURE PON_CONC_COPY_SUPER_LARGE_NEG (
235: EFFBUF OUT NOCOPY VARCHAR2,
236: RETCODE OUT NOCOPY VARCHAR2,
237: p_api_version IN NUMBER,
238: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_TRUE,
239: p_source_auction_header_id IN NUMBER,
240: p_trading_partner_id IN NUMBER ,
241: p_trading_partner_contact_id IN NUMBER ,
242: p_language IN VARCHAR2,