DBA Data[Home] [Help]

APPS.AK_OBJECT_GRP dependencies on STANDARD

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

8: --
9: -- Desc Calls the private API to create an object attribute
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 create an object attribute
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 Object Attribute columns

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

157: --
158: -- Desc Calls the private API to create an attribute
159: -- navigation record using the given info
160: --
161: -- Results The API returns the standard p_return_status parameter
162: -- indicating one of the standard return statuses :
163: -- * Unexpected error
164: -- * Error
165: -- * Success

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

158: -- Desc Calls the private API to create an attribute
159: -- navigation record using the given info
160: --
161: -- Results The API returns the standard p_return_status parameter
162: -- indicating one of the standard return statuses :
163: -- * Unexpected error
164: -- * Error
165: -- * Success
166: -- Parameters Attribute Navigation columns

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

264: --
265: -- Desc Calls the private API to create an attribute
266: -- value record using the given info
267: --
268: -- Results The API returns the standard p_return_status parameter
269: -- indicating one of the standard return statuses :
270: -- * Unexpected error
271: -- * Error
272: -- * Success

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

265: -- Desc Calls the private API to create an attribute
266: -- value record using the given info
267: --
268: -- Results The API returns the standard p_return_status parameter
269: -- indicating one of the standard return statuses :
270: -- * Unexpected error
271: -- * Error
272: -- * Success
273: -- Parameters Attribute Value columns

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

381: -- Usage Group API for creating an object
382: --
383: -- Desc Calls the private API to create an object
384: --
385: -- Results The API returns the standard p_return_status parameter
386: -- indicating one of the standard return statuses :
387: -- * Unexpected error
388: -- * Error
389: -- * Success

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

382: --
383: -- Desc Calls the private API to create an object
384: --
385: -- Results The API returns the standard p_return_status parameter
386: -- indicating one of the standard return statuses :
387: -- * Unexpected error
388: -- * Error
389: -- * Success
390: -- Parameters Object columns

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

489: --
490: -- Desc Calls the private API to delete an object attribute
491: -- with the given key value.
492: --
493: -- Results The API returns the standard p_return_status parameter
494: -- indicating one of the standard return statuses :
495: -- * Unexpected error
496: -- * Error
497: -- * Success

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

490: -- Desc Calls the private API to delete an object attribute
491: -- with the given key value.
492: --
493: -- Results The API returns the standard p_return_status parameter
494: -- indicating one of the standard return statuses :
495: -- * Unexpected error
496: -- * Error
497: -- * Success
498: -- Parameters p_database_object_name : IN required

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

581: --
582: -- Desc Calls the private API to delete an attribute
583: -- navigation record with the given key value.
584: --
585: -- Results The API returns the standard p_return_status parameter
586: -- indicating one of the standard return statuses :
587: -- * Unexpected error
588: -- * Error
589: -- * Success

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

582: -- Desc Calls the private API to delete an attribute
583: -- navigation record with the given key value.
584: --
585: -- Results The API returns the standard p_return_status parameter
586: -- indicating one of the standard return statuses :
587: -- * Unexpected error
588: -- * Error
589: -- * Success
590: -- Parameters p_database_object_name : IN required

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

683: --
684: -- Desc Calls the private API to delete an attribute
685: -- value record with the given key value.
686: --
687: -- Results The API returns the standard p_return_status parameter
688: -- indicating one of the standard return statuses :
689: -- * Unexpected error
690: -- * Error
691: -- * Success

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

684: -- Desc Calls the private API to delete an attribute
685: -- value record with the given key value.
686: --
687: -- Results The API returns the standard p_return_status parameter
688: -- indicating one of the standard return statuses :
689: -- * Unexpected error
690: -- * Error
691: -- * Success
692: -- Parameters p_database_object_name : IN required

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

797: --
798: -- Desc Calls the private API to delete an object
799: -- with the given key value.
800: --
801: -- Results The API returns the standard p_return_status parameter
802: -- indicating one of the standard return statuses :
803: -- * Unexpected error
804: -- * Error
805: -- * Success

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

798: -- Desc Calls the private API to delete an object
799: -- with the given key value.
800: --
801: -- Results The API returns the standard p_return_status parameter
802: -- indicating one of the standard return statuses :
803: -- * Unexpected error
804: -- * Error
805: -- * Success
806: -- Parameters p_database_object_name : IN required

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

879: -- Procedure DOWNLOAD_OBJECT
880: --
881: -- Usage Group API for downloading objects
882: --
883: -- Desc This API first write out standard loader
884: -- file header for objects to a flat file.
885: -- Then it calls the private API to extract the
886: -- objects selected by application ID or by
887: -- key values from the database to the output file.

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

890: -- attributes, foreign and unique key definitions,
891: -- attribute values, attribute navigation, and regions
892: -- that references this object) will also be written.
893: --
894: -- Results The API returns the standard p_return_status parameter
895: -- indicating one of the standard return statuses :
896: -- * Unexpected error
897: -- * Error
898: -- * Success

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

891: -- attribute values, attribute navigation, and regions
892: -- that references this object) will also be written.
893: --
894: -- Results The API returns the standard p_return_status parameter
895: -- indicating one of the standard return statuses :
896: -- * Unexpected error
897: -- * Error
898: -- * Success
899: -- Parameters

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

1051: --
1052: -- Desc This API calls the private API to update
1053: -- an object attribute using the given info
1054: --
1055: -- Results The API returns the standard p_return_status parameter
1056: -- indicating one of the standard return statuses :
1057: -- * Unexpected error
1058: -- * Error
1059: -- * Success

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

1052: -- Desc This API calls the private API to update
1053: -- an object attribute using the given info
1054: --
1055: -- Results The API returns the standard p_return_status parameter
1056: -- indicating one of the standard return statuses :
1057: -- * Unexpected error
1058: -- * Error
1059: -- * Success
1060: -- Parameters Object Attribute columns

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

1201: --
1202: -- Desc This API calls the private API to update
1203: -- an attribute naviation record using the given info
1204: --
1205: -- Results The API returns the standard p_return_status parameter
1206: -- indicating one of the standard return statuses :
1207: -- * Unexpected error
1208: -- * Error
1209: -- * Success

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

1202: -- Desc This API calls the private API to update
1203: -- an attribute naviation record using the given info
1204: --
1205: -- Results The API returns the standard p_return_status parameter
1206: -- indicating one of the standard return statuses :
1207: -- * Unexpected error
1208: -- * Error
1209: -- * Success
1210: -- Parameters Attribute Navigation columns

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

1308: --
1309: -- Desc This API calls the private API to update
1310: -- an attribute value record using the given info
1311: --
1312: -- Results The API returns the standard p_return_status parameter
1313: -- indicating one of the standard return statuses :
1314: -- * Unexpected error
1315: -- * Error
1316: -- * Success

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

1309: -- Desc This API calls the private API to update
1310: -- an attribute value record using the given info
1311: --
1312: -- Results The API returns the standard p_return_status parameter
1313: -- indicating one of the standard return statuses :
1314: -- * Unexpected error
1315: -- * Error
1316: -- * Success
1317: -- Parameters Attribute Value columns

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

1426: --
1427: -- Desc This API calls the private API to update
1428: -- an object using the given info
1429: --
1430: -- Results The API returns the standard p_return_status parameter
1431: -- indicating one of the standard return statuses :
1432: -- * Unexpected error
1433: -- * Error
1434: -- * Success

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

1427: -- Desc This API calls the private API to update
1428: -- an object using the given info
1429: --
1430: -- Results The API returns the standard p_return_status parameter
1431: -- indicating one of the standard return statuses :
1432: -- * Unexpected error
1433: -- * Error
1434: -- * Success
1435: -- Parameters Object columns