DBA Data[Home] [Help]

APPS.AK_REGION_GRP dependencies on STANDARD

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

8: --
9: -- Desc Calls the private API to creates a region item
10: -- using the given info
11: --
12: -- Results The API returns the standard p_return_status parameter
13: -- indicating one of the standard return statuses :
14: -- * Unexpected error
15: -- * Error
16: -- * Success

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

9: -- Desc Calls the private API to creates a region item
10: -- using the given info
11: --
12: -- Results The API returns the standard p_return_status parameter
13: -- indicating one of the standard return statuses :
14: -- * Unexpected error
15: -- * Error
16: -- * Success
17: -- Parameters Region Item columns

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

232: --
233: -- Desc Calls the private API to create a region
234: -- using the given info
235: --
236: -- Results The API returns the standard p_return_status parameter
237: -- indicating one of the standard return statuses :
238: -- * Unexpected error
239: -- * Error
240: -- * Success

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

233: -- Desc Calls the private API to create a region
234: -- using the given info
235: --
236: -- Results The API returns the standard p_return_status parameter
237: -- indicating one of the standard return statuses :
238: -- * Unexpected error
239: -- * Error
240: -- * Success
241: -- Parameters Region columns

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

380: --
381: -- Desc Calls the private API to delete a region item
382: -- with the given key value.
383: --
384: -- Results The API returns the standard p_return_status parameter
385: -- indicating one of the standard return statuses :
386: -- * Unexpected error
387: -- * Error
388: -- * Success

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

381: -- Desc Calls the private API to delete a region item
382: -- with the given key value.
383: --
384: -- Results The API returns the standard p_return_status parameter
385: -- indicating one of the standard return statuses :
386: -- * Unexpected error
387: -- * Error
388: -- * Success
389: -- Parameters p_region_application_id : IN required

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

474: --
475: -- Desc Calls the private API to delete a region
476: -- with the given key value.
477: --
478: -- Results The API returns the standard p_return_status parameter
479: -- indicating one of the standard return statuses :
480: -- * Unexpected error
481: -- * Error
482: -- * Success

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

475: -- Desc Calls the private API to delete a region
476: -- with the given key value.
477: --
478: -- Results The API returns the standard p_return_status parameter
479: -- indicating one of the standard return statuses :
480: -- * Unexpected error
481: -- * Error
482: -- * Success
483: -- Parameters p_region_application_id : IN required

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

559: -- Procedure DOWNLOAD_REGION
560: --
561: -- Usage Group API for downloading regions
562: --
563: -- Desc This API first write out standard loader
564: -- file header for regions to a flat file.
565: -- Then it calls the private API to extract the
566: -- regions selected by application ID or by
567: -- key values from the database to the output file.

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

568: -- If a region is selected for writing to the loader
569: -- file, all its children records (including region
570: -- items) will also be written.
571: --
572: -- Results The API returns the standard p_return_status parameter
573: -- indicating one of the standard return statuses :
574: -- * Unexpected error
575: -- * Error
576: -- * Success

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

569: -- file, all its children records (including region
570: -- items) will also be written.
571: --
572: -- Results The API returns the standard p_return_status parameter
573: -- indicating one of the standard return statuses :
574: -- * Unexpected error
575: -- * Error
576: -- * Success
577: -- Parameters

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

724: --
725: -- Desc This API calls the private API to update
726: -- a region item using the given info
727: --
728: -- Results The API returns the standard p_return_status parameter
729: -- indicating one of the standard return statuses :
730: -- * Unexpected error
731: -- * Error
732: -- * Success

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

725: -- Desc This API calls the private API to update
726: -- a region item using the given info
727: --
728: -- Results The API returns the standard p_return_status parameter
729: -- indicating one of the standard return statuses :
730: -- * Unexpected error
731: -- * Error
732: -- * Success
733: -- Parameters Region item columns

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

948: --
949: -- Desc This API calls the private API to update
950: -- a region using the given info
951: --
952: -- Results The API returns the standard p_return_status parameter
953: -- indicating one of the standard return statuses :
954: -- * Unexpected error
955: -- * Error
956: -- * Success

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

949: -- Desc This API calls the private API to update
950: -- a region using the given info
951: --
952: -- Results The API returns the standard p_return_status parameter
953: -- indicating one of the standard return statuses :
954: -- * Unexpected error
955: -- * Error
956: -- * Success
957: -- Parameters Region columns