[Home] [Help]
18: -- to communicate any changes (inserts/updates/deletes) to the
19: -- Order Entities to Oracle Order Capture application.
20: -- Pre-reqs : None.
21: --
22: -- Standard IN Parameters:
23: -- p_api_version IN NUMBER Required
24: -- p_init_msg_list IN VARCHAR2 Optional
25: -- Default = FND_API.G_FALSE
26: -- p_commit IN VARCHAR2 Optional
25: -- Default = FND_API.G_FALSE
26: -- p_commit IN VARCHAR2 Optional
27: -- Default = FND_API.G_FALSE
28: --
29: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
30: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
31: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
32: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
33: --
174: -- to get the data regarding changes (inserts/updates/deletes) to the
175: -- Order Entities communicated by the Order Management application.
176: -- Pre-reqs : None.
177: --
178: -- Standard IN Parameters:
179: -- p_api_version IN NUMBER Required
180: -- p_init_msg_list IN VARCHAR2 Optional
181: -- Default = FND_API.G_FALSE
182: -- p_commit IN VARCHAR2 Optional
181: -- Default = FND_API.G_FALSE
182: -- p_commit IN VARCHAR2 Optional
183: -- Default = FND_API.G_FALSE
184: --
185: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
186: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
187: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
188: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
189: --
286: -- GET_EXCEPTION API, otherwise the message is available in
287: -- the exception queue only after the calling application commits.
288: -- Pre-reqs : None.
289: --
290: -- Standard IN Parameters:
291: -- p_api_version IN NUMBER Required
292: -- p_init_msg_list IN VARCHAR2 Optional
293: -- Default = FND_API.G_FALSE
294: -- p_commit IN VARCHAR2 Optional
293: -- Default = FND_API.G_FALSE
294: -- p_commit IN VARCHAR2 Optional
295: -- Default = FND_API.G_FALSE
296: --
297: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
298: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
299: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
300: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
301: --
446: -- be either retrieved in the browse mode or the remove mode.
447: -- Pre-reqs : Data must have been enqueued by using the HANDLE_EXCEPTION
448: -- PUBLIC API.
449: --
450: -- Standard IN Parameters:
451: -- p_api_version IN NUMBER Required
452: -- p_init_msg_list IN VARCHAR2 Optional
453: -- Default = FND_API.G_FALSE
454: -- p_commit IN VARCHAR2 Optional
453: -- Default = FND_API.G_FALSE
454: -- p_commit IN VARCHAR2 Optional
455: -- Default = FND_API.G_FALSE
456: --
457: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
458: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
459: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
460: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
461: --