DBA Data[Home] [Help]

APPS.AS_LINK_LEAD_OPP_UHK dependencies on STANDARD

Line 59: -- The above four parameters are standard input.

55: -- It's FND_API.G_VALID_LEVEL_FULL by default.
56: -- p_commit : Whether commit the whole API at the end of API.
57: -- It's FND_API.G_FALSE by default.
58: --
59: -- The above four parameters are standard input.
60: --
61: -- IN :
62: -- p_sales_lead_id : sales lead ID
63: -- p_opportunity_id : opportunity ID

Line 78: -- The above three parameters are standard output

74: -- x_msg_data : The messages.
75: -- Call FND_MSG_PUB.Count_And_Get to get the message
76: -- count and messages.
77: --
78: -- The above three parameters are standard output
79: -- parameters.
80: --
81: PROCEDURE Copy_Lead_To_Opp_Pre(
82: p_api_version_number IN NUMBER,

Line 107: -- The above four parameters are standard input.

103: -- It's FND_API.G_VALID_LEVEL_FULL by default.
104: -- p_commit : Whether commit the whole API at the end of API.
105: -- It's FND_API.G_FALSE by default.
106: --
107: -- The above four parameters are standard input.
108: --
109: -- IN :
110: -- p_sales_lead_id : sales lead ID
111: -- p_opportunity_id : opportunity ID

Line 126: -- The above three parameters are standard output

122: -- x_msg_data : The messages.
123: -- Call FND_MSG_PUB.Count_And_Get to get the message
124: -- count and messages.
125: --
126: -- The above three parameters are standard output
127: -- parameters.
128: --
129: PROCEDURE Copy_Lead_To_Opp_Post(
130: p_api_version_number IN NUMBER,

Line 155: -- The above four parameters are standard input.

151: -- It's FND_API.G_VALID_LEVEL_FULL by default.
152: -- p_commit : Whether commit the whole API at the end of API.
153: -- It's FND_API.G_FALSE by default.
154: --
155: -- The above four parameters are standard input.
156: --
157: -- IN :
158: -- p_sales_lead_id : sales lead ID
159: -- p_opportunity_id : opportunity ID

Line 174: -- The above three parameters are standard output

170: -- x_msg_data : The messages.
171: -- Call FND_MSG_PUB.Count_And_Get to get the message
172: -- count and messages.
173: --
174: -- The above three parameters are standard output
175: -- parameters.
176: --
177: PROCEDURE Link_Lead_To_Opp_Pre(
178: p_api_version_number IN NUMBER,

Line 203: -- The above four parameters are standard input.

199: -- It's FND_API.G_VALID_LEVEL_FULL by default.
200: -- p_commit : Whether commit the whole API at the end of API.
201: -- It's FND_API.G_FALSE by default.
202: --
203: -- The above four parameters are standard input.
204: --
205: -- IN :
206: -- p_sales_lead_id : sales lead ID
207: -- p_opportunity_id : opportunity ID

Line 222: -- The above three parameters are standard output

218: -- x_msg_data : The messages.
219: -- Call FND_MSG_PUB.Count_And_Get to get the message
220: -- count and messages.
221: --
222: -- The above three parameters are standard output
223: -- parameters.
224: --
225: PROCEDURE Link_Lead_To_Opp_Post(
226: p_api_version_number IN NUMBER,

Line 251: -- The above four parameters are standard input.

247: -- It's FND_API.G_VALID_LEVEL_FULL by default.
248: -- p_commit : Whether commit the whole API at the end of API.
249: -- It's FND_API.G_FALSE by default.
250: --
251: -- The above four parameters are standard input.
252: --
253: -- IN :
254: -- p_sales_lead_id : sales lead ID
255: -- p_opportunity_id : opportunity ID

Line 270: -- The above three parameters are standard output

266: -- x_msg_data : The messages.
267: -- Call FND_MSG_PUB.Count_And_Get to get the message
268: -- count and messages.
269: --
270: -- The above three parameters are standard output
271: -- parameters.
272: --
273: PROCEDURE Create_Opp_For_Lead_Pre(
274: p_api_version_number IN NUMBER,

Line 299: -- The above four parameters are standard input.

295: -- It's FND_API.G_VALID_LEVEL_FULL by default.
296: -- p_commit : Whether commit the whole API at the end of API.
297: -- It's FND_API.G_FALSE by default.
298: --
299: -- The above four parameters are standard input.
300: --
301: -- IN :
302: -- p_sales_lead_id : sales lead ID
303: -- p_opportunity_id : opportunity ID

Line 318: -- The above three parameters are standard output

314: -- x_msg_data : The messages.
315: -- Call FND_MSG_PUB.Count_And_Get to get the message
316: -- count and messages.
317: --
318: -- The above three parameters are standard output
319: -- parameters.
320: --
321: PROCEDURE Create_Opp_For_Lead_Post(
322: p_api_version_number IN NUMBER,