DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on STANDARD

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

19: -- Desc Creates a region graph using the given info.
20: -- This API should only be called by other APIs that are
21: -- owned by the Core Modules Team (AK).
22: --
23: -- Results The API returns the standard p_return_status parameter
24: -- indicating one of the standard return statuses :
25: -- * Unexpected error
26: -- * Error
27: -- * Success

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

20: -- This API should only be called by other APIs that are
21: -- owned by the Core Modules Team (AK).
22: --
23: -- Results The API returns the standard p_return_status parameter
24: -- indicating one of the standard return statuses :
25: -- * Unexpected error
26: -- * Error
27: -- * Success
28: -- Parameters Region Item columns

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

70: -- Desc Creates a region item using the given info.
71: -- This API should only be called by other APIs that are
72: -- owned by the Core Modules Team (AK).
73: --
74: -- Results The API returns the standard p_return_status parameter
75: -- indicating one of the standard return statuses :
76: -- * Unexpected error
77: -- * Error
78: -- * Success

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

71: -- This API should only be called by other APIs that are
72: -- owned by the Core Modules Team (AK).
73: --
74: -- Results The API returns the standard p_return_status parameter
75: -- indicating one of the standard return statuses :
76: -- * Unexpected error
77: -- * Error
78: -- * Success
79: -- Parameters Region Item columns

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

200: -- Desc Creates a region using the given info.
201: -- This API should only be called by other APIs that are
202: -- owned by the Core Modules Team (AK).
203: --
204: -- Results The API returns the standard p_return_status parameter
205: -- indicating one of the standard return statuses :
206: -- * Unexpected error
207: -- * Error
208: -- * Success

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

201: -- This API should only be called by other APIs that are
202: -- owned by the Core Modules Team (AK).
203: --
204: -- Results The API returns the standard p_return_status parameter
205: -- indicating one of the standard return statuses :
206: -- * Unexpected error
207: -- * Error
208: -- * Success
209: -- Parameters Region columns

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

291: -- owned by the Core Modules Team (AK).
292: --
293: -- Desc Deletes a region item with the given key value.
294: --
295: -- Results The API returns the standard p_return_status parameter
296: -- indicating one of the standard return statuses :
297: -- * Unexpected error
298: -- * Error
299: -- * Success

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

292: --
293: -- Desc Deletes a region item with the given key value.
294: --
295: -- Results The API returns the standard p_return_status parameter
296: -- indicating one of the standard return statuses :
297: -- * Unexpected error
298: -- * Error
299: -- * Success
300: -- Parameters p_region_application_id : IN required

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

333: -- owned by the Core Modules Team (AK).
334: --
335: -- Desc Deletes a region item with the given key value.
336: --
337: -- Results The API returns the standard p_return_status parameter
338: -- indicating one of the standard return statuses :
339: -- * Unexpected error
340: -- * Error
341: -- * Success

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

334: --
335: -- Desc Deletes a region item with the given key value.
336: --
337: -- Results The API returns the standard p_return_status parameter
338: -- indicating one of the standard return statuses :
339: -- * Unexpected error
340: -- * Error
341: -- * Success
342: -- Parameters p_region_application_id : IN required

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

375: -- owned by the Core Modules Team (AK).
376: --
377: -- Desc Deletes a region with the given key value.
378: --
379: -- Results The API returns the standard p_return_status parameter
380: -- indicating one of the standard return statuses :
381: -- * Unexpected error
382: -- * Error
383: -- * Success

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

376: --
377: -- Desc Deletes a region with the given key value.
378: --
379: -- Results The API returns the standard p_return_status parameter
380: -- indicating one of the standard return statuses :
381: -- * Unexpected error
382: -- * Error
383: -- * Success
384: -- Parameters p_region_application_id : IN required

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

418: -- If a region is selected for writing to the loader
419: -- file, all its children records (including region items)
420: -- will also be written.
421: --
422: -- Results The API returns the standard p_return_status parameter
423: -- indicating one of the standard return statuses :
424: -- * Unexpected error
425: -- * Error
426: -- * Success

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

419: -- file, all its children records (including region items)
420: -- will also be written.
421: --
422: -- Results The API returns the standard p_return_status parameter
423: -- indicating one of the standard return statuses :
424: -- * Unexpected error
425: -- * Error
426: -- * Success
427: -- Parameters

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

472: -- key value into a given region table
473: -- (of type Object_PK_Tbl_Type) only if the
474: -- primary key does not already exist in the table.
475: --
476: -- Results The API returns the standard p_return_status parameter
477: -- indicating one of the standard return statuses :
478: -- * Unexpected error
479: -- * Error
480: -- * Success

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

473: -- (of type Object_PK_Tbl_Type) only if the
474: -- primary key does not already exist in the table.
475: --
476: -- Results The API returns the standard p_return_status parameter
477: -- indicating one of the standard return statuses :
478: -- * Unexpected error
479: -- * Error
480: -- * Success
481: -- Parameters p_region_application_id : IN required

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

506: --
507: -- Desc This API check to see if a region graph record
508: -- exists with the given key values.
509: --
510: -- Results The API returns the standard p_return_status parameter
511: -- indicating one of the standard return statuses :
512: -- * Unexpected error
513: -- * Error
514: -- * Success

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

507: -- Desc This API check to see if a region graph record
508: -- exists with the given key values.
509: --
510: -- Results The API returns the standard p_return_status parameter
511: -- indicating one of the standard return statuses :
512: -- * Unexpected error
513: -- * Error
514: -- * Success
515: -- This function will return TRUE if such an object

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

538: --
539: -- Desc This API check to see if a region item record
540: -- exists with the given key values.
541: --
542: -- Results The API returns the standard p_return_status parameter
543: -- indicating one of the standard return statuses :
544: -- * Unexpected error
545: -- * Error
546: -- * Success

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

539: -- Desc This API check to see if a region item record
540: -- exists with the given key values.
541: --
542: -- Results The API returns the standard p_return_status parameter
543: -- indicating one of the standard return statuses :
544: -- * Unexpected error
545: -- * Error
546: -- * Success
547: -- This function will return TRUE if such an object

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

570: --
571: -- Desc This API check to see if a region record
572: -- exists with the given key values.
573: --
574: -- Results The API returns the standard p_return_status parameter
575: -- indicating one of the standard return statuses :
576: -- * Unexpected error
577: -- * Error
578: -- * Success

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

571: -- Desc This API check to see if a region record
572: -- exists with the given key values.
573: --
574: -- Results The API returns the standard p_return_status parameter
575: -- indicating one of the standard return statuses :
576: -- * Unexpected error
577: -- * Error
578: -- * Success
579: -- This function will return TRUE if such an object

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

599: -- that are owned by the Core Modules Team (AK).
600: --
601: -- Desc This API updates a region graph using the given info
602: --
603: -- Results The API returns the standard p_return_status parameter
604: -- indicating one of the standard return statuses :
605: -- * Unexpected error
606: -- * Error
607: -- * Success

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

600: --
601: -- Desc This API updates a region graph using the given info
602: --
603: -- Results The API returns the standard p_return_status parameter
604: -- indicating one of the standard return statuses :
605: -- * Unexpected error
606: -- * Error
607: -- * Success
608: -- Parameters Region Graph columns

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

648: -- that are owned by the Core Modules Team (AK).
649: --
650: -- Desc This API updates a region item using the given info
651: --
652: -- Results The API returns the standard p_return_status parameter
653: -- indicating one of the standard return statuses :
654: -- * Unexpected error
655: -- * Error
656: -- * Success

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

649: --
650: -- Desc This API updates a region item using the given info
651: --
652: -- Results The API returns the standard p_return_status parameter
653: -- indicating one of the standard return statuses :
654: -- * Unexpected error
655: -- * Error
656: -- * Success
657: -- Parameters Region Item columns

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

776: -- that are owned by the Core Modules Team (AK).
777: --
778: -- Desc This API updates a region using the given info
779: --
780: -- Results The API returns the standard p_return_status parameter
781: -- indicating one of the standard return statuses :
782: -- * Unexpected error
783: -- * Error
784: -- * Success

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

777: --
778: -- Desc This API updates a region using the given info
779: --
780: -- Results The API returns the standard p_return_status parameter
781: -- indicating one of the standard return statuses :
782: -- * Unexpected error
783: -- * Error
784: -- * Success
785: -- Parameters Region columns

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

867: -- owned by the Core Modules Team (AK).
868: --
869: -- Desc Perform validation on a region graph record.
870: --
871: -- Results The API returns the standard p_return_status parameter
872: -- indicating one of the standard return statuses :
873: -- * Unexpected error
874: -- * Error
875: -- * Success

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

868: --
869: -- Desc Perform validation on a region graph record.
870: --
871: -- Results The API returns the standard p_return_status parameter
872: -- indicating one of the standard return statuses :
873: -- * Unexpected error
874: -- * Error
875: -- * Success
876: -- In addition, this function returns TRUE if all

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

915: -- owned by the Core Modules Team (AK).
916: --
917: -- Desc Perform validation on a region item record.
918: --
919: -- Results The API returns the standard p_return_status parameter
920: -- indicating one of the standard return statuses :
921: -- * Unexpected error
922: -- * Error
923: -- * Success

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

916: --
917: -- Desc Perform validation on a region item record.
918: --
919: -- Results The API returns the standard p_return_status parameter
920: -- indicating one of the standard return statuses :
921: -- * Unexpected error
922: -- * Error
923: -- * Success
924: -- In addition, this function returns TRUE if all

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

1011: -- owned by the Core Modules Team (AK).
1012: --
1013: -- Desc Perform validation on a region record.
1014: --
1015: -- Results The API returns the standard p_return_status parameter
1016: -- indicating one of the standard return statuses :
1017: -- * Unexpected error
1018: -- * Error
1019: -- * Success

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

1012: --
1013: -- Desc Perform validation on a region record.
1014: --
1015: -- Results The API returns the standard p_return_status parameter
1016: -- indicating one of the standard return statuses :
1017: -- * Unexpected error
1018: -- * Error
1019: -- * Success
1020: -- In addition, this function returns TRUE if all