DBA Data[Home] [Help]

APPS.AK_REGION_GRP dependencies on STANDARD

Line 19: -- Results The API returns the standard p_return_status parameter

15: --
16: -- Desc Calls the private API to creates a region item
17: -- using the given info
18: --
19: -- Results The API returns the standard p_return_status parameter
20: -- indicating one of the standard return statuses :
21: -- * Unexpected error
22: -- * Error
23: -- * Success

Line 20: -- indicating one of the standard return statuses :

16: -- Desc Calls the private API to creates a region item
17: -- using the given info
18: --
19: -- Results The API returns the standard p_return_status parameter
20: -- indicating one of the standard return statuses :
21: -- * Unexpected error
22: -- * Error
23: -- * Success
24: -- Parameters Region Item columns

Line 118: -- Results The API returns the standard p_return_status parameter

114: --
115: -- Desc Calls the private API to create a region
116: -- using the given info
117: --
118: -- Results The API returns the standard p_return_status parameter
119: -- indicating one of the standard return statuses :
120: -- * Unexpected error
121: -- * Error
122: -- * Success

Line 119: -- indicating one of the standard return statuses :

115: -- Desc Calls the private API to create a region
116: -- using the given info
117: --
118: -- Results The API returns the standard p_return_status parameter
119: -- indicating one of the standard return statuses :
120: -- * Unexpected error
121: -- * Error
122: -- * Success
123: -- Parameters Region columns

Line 180: -- Results The API returns the standard p_return_status parameter

176: --
177: -- Desc Calls the private API to delete a region item
178: -- with the given key value.
179: --
180: -- Results The API returns the standard p_return_status parameter
181: -- indicating one of the standard return statuses :
182: -- * Unexpected error
183: -- * Error
184: -- * Success

Line 181: -- indicating one of the standard return statuses :

177: -- Desc Calls the private API to delete a region item
178: -- with the given key value.
179: --
180: -- Results The API returns the standard p_return_status parameter
181: -- indicating one of the standard return statuses :
182: -- * Unexpected error
183: -- * Error
184: -- * Success
185: -- Parameters p_region_application_id : IN required

Line 221: -- Results The API returns the standard p_return_status parameter

217: --
218: -- Desc Calls the private API to delete a region
219: -- with the given key value.
220: --
221: -- Results The API returns the standard p_return_status parameter
222: -- indicating one of the standard return statuses :
223: -- * Unexpected error
224: -- * Error
225: -- * Success

Line 222: -- indicating one of the standard return statuses :

218: -- Desc Calls the private API to delete a region
219: -- with the given key value.
220: --
221: -- Results The API returns the standard p_return_status parameter
222: -- indicating one of the standard return statuses :
223: -- * Unexpected error
224: -- * Error
225: -- * Success
226: -- Parameters p_region_application_id : IN required

Line 256: -- Desc This API first write out standard loader

252: -- Procedure DOWNLOAD_REGION
253: --
254: -- Usage Group API for downloading regions
255: --
256: -- Desc This API first write out standard loader
257: -- file header for regions to a flat file.
258: -- Then it calls the private API to extract the
259: -- regions selected by application ID or by
260: -- key values from the database to the output file.

Line 265: -- Results The API returns the standard p_return_status parameter

261: -- If a region is selected for writing to the loader
262: -- file, all its children records (including region
263: -- items) will also be written.
264: --
265: -- Results The API returns the standard p_return_status parameter
266: -- indicating one of the standard return statuses :
267: -- * Unexpected error
268: -- * Error
269: -- * Success

Line 266: -- indicating one of the standard return statuses :

262: -- file, all its children records (including region
263: -- items) will also be written.
264: --
265: -- Results The API returns the standard p_return_status parameter
266: -- indicating one of the standard return statuses :
267: -- * Unexpected error
268: -- * Error
269: -- * Success
270: -- Parameters

Line 316: -- Results The API returns the standard p_return_status parameter

312: --
313: -- Desc This API calls the private API to update
314: -- a region item using the given info
315: --
316: -- Results The API returns the standard p_return_status parameter
317: -- indicating one of the standard return statuses :
318: -- * Unexpected error
319: -- * Error
320: -- * Success

Line 317: -- indicating one of the standard return statuses :

313: -- Desc This API calls the private API to update
314: -- a region item using the given info
315: --
316: -- Results The API returns the standard p_return_status parameter
317: -- indicating one of the standard return statuses :
318: -- * Unexpected error
319: -- * Error
320: -- * Success
321: -- Parameters Region item columns

Line 415: -- Results The API returns the standard p_return_status parameter

411: --
412: -- Desc This API calls the private API to update
413: -- a region using the given info
414: --
415: -- Results The API returns the standard p_return_status parameter
416: -- indicating one of the standard return statuses :
417: -- * Unexpected error
418: -- * Error
419: -- * Success

Line 416: -- indicating one of the standard return statuses :

412: -- Desc This API calls the private API to update
413: -- a region using the given info
414: --
415: -- Results The API returns the standard p_return_status parameter
416: -- indicating one of the standard return statuses :
417: -- * Unexpected error
418: -- * Error
419: -- * Success
420: -- Parameters Region columns