DBA Data[Home] [Help]

APPS.AK_OBJECT_GRP dependencies on STANDARD

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

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

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

77: --
78: -- Desc Calls the private API to create an attribute
79: -- navigation record using the given info
80: --
81: -- Results The API returns the standard p_return_status parameter
82: -- indicating one of the standard return statuses :
83: -- * Unexpected error
84: -- * Error
85: -- * Success

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

78: -- Desc Calls the private API to create an attribute
79: -- navigation record using the given info
80: --
81: -- Results The API returns the standard p_return_status parameter
82: -- indicating one of the standard return statuses :
83: -- * Unexpected error
84: -- * Error
85: -- * Success
86: -- Parameters Attribute Navigation columns

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

118: --
119: -- Desc Calls the private API to create an attribute
120: -- value record using the given info
121: --
122: -- Results The API returns the standard p_return_status parameter
123: -- indicating one of the standard return statuses :
124: -- * Unexpected error
125: -- * Error
126: -- * Success

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

119: -- Desc Calls the private API to create an attribute
120: -- value record using the given info
121: --
122: -- Results The API returns the standard p_return_status parameter
123: -- indicating one of the standard return statuses :
124: -- * Unexpected error
125: -- * Error
126: -- * Success
127: -- Parameters Attribute Value columns

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

165: -- Usage Group API for creating an object
166: --
167: -- Desc Calls the private API to create an object
168: --
169: -- Results The API returns the standard p_return_status parameter
170: -- indicating one of the standard return statuses :
171: -- * Unexpected error
172: -- * Error
173: -- * Success

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

166: --
167: -- Desc Calls the private API to create an object
168: --
169: -- Results The API returns the standard p_return_status parameter
170: -- indicating one of the standard return statuses :
171: -- * Unexpected error
172: -- * Error
173: -- * Success
174: -- Parameters Object columns

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

206: --
207: -- Desc Calls the private API to delete an object attribute
208: -- with the given key value.
209: --
210: -- Results The API returns the standard p_return_status parameter
211: -- indicating one of the standard return statuses :
212: -- * Unexpected error
213: -- * Error
214: -- * Success

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

207: -- Desc Calls the private API to delete an object attribute
208: -- with the given key value.
209: --
210: -- Results The API returns the standard p_return_status parameter
211: -- indicating one of the standard return statuses :
212: -- * Unexpected error
213: -- * Error
214: -- * Success
215: -- Parameters p_database_object_name : IN required

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

246: --
247: -- Desc Calls the private API to delete an attribute
248: -- navigation record with the given key value.
249: --
250: -- Results The API returns the standard p_return_status parameter
251: -- indicating one of the standard return statuses :
252: -- * Unexpected error
253: -- * Error
254: -- * Success

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

247: -- Desc Calls the private API to delete an attribute
248: -- navigation record with the given key value.
249: --
250: -- Results The API returns the standard p_return_status parameter
251: -- indicating one of the standard return statuses :
252: -- * Unexpected error
253: -- * Error
254: -- * Success
255: -- Parameters p_database_object_name : IN required

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

293: --
294: -- Desc Calls the private API to delete an attribute
295: -- value record with the given key value.
296: --
297: -- Results The API returns the standard p_return_status parameter
298: -- indicating one of the standard return statuses :
299: -- * Unexpected error
300: -- * Error
301: -- * Success

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

294: -- Desc Calls the private API to delete an attribute
295: -- value record with the given key value.
296: --
297: -- Results The API returns the standard p_return_status parameter
298: -- indicating one of the standard return statuses :
299: -- * Unexpected error
300: -- * Error
301: -- * Success
302: -- Parameters p_database_object_name : IN required

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

345: --
346: -- Desc Calls the private API to delete an object
347: -- with the given key value.
348: --
349: -- Results The API returns the standard p_return_status parameter
350: -- indicating one of the standard return statuses :
351: -- * Unexpected error
352: -- * Error
353: -- * Success

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

346: -- Desc Calls the private API to delete an object
347: -- with the given key value.
348: --
349: -- Results The API returns the standard p_return_status parameter
350: -- indicating one of the standard return statuses :
351: -- * Unexpected error
352: -- * Error
353: -- * Success
354: -- Parameters p_database_object_name : IN required

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

377: -- Procedure DOWNLOAD_OBJECT
378: --
379: -- Usage Group API for downloading objects
380: --
381: -- Desc This API first write out standard loader
382: -- file header for objects to a flat file.
383: -- Then it calls the private API to extract the
384: -- objects selected by application ID or by
385: -- key values from the database to the output file.

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

388: -- attributes, foreign and unique key definitions,
389: -- attribute values, attribute navigation, and regions
390: -- that references this object) will also be written.
391: --
392: -- Results The API returns the standard p_return_status parameter
393: -- indicating one of the standard return statuses :
394: -- * Unexpected error
395: -- * Error
396: -- * Success

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

389: -- attribute values, attribute navigation, and regions
390: -- that references this object) will also be written.
391: --
392: -- Results The API returns the standard p_return_status parameter
393: -- indicating one of the standard return statuses :
394: -- * Unexpected error
395: -- * Error
396: -- * Success
397: -- Parameters

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

439: --
440: -- Desc This API calls the private API to update
441: -- an object attribute using the given info
442: --
443: -- Results The API returns the standard p_return_status parameter
444: -- indicating one of the standard return statuses :
445: -- * Unexpected error
446: -- * Error
447: -- * Success

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

440: -- Desc This API calls the private API to update
441: -- an object attribute using the given info
442: --
443: -- Results The API returns the standard p_return_status parameter
444: -- indicating one of the standard return statuses :
445: -- * Unexpected error
446: -- * Error
447: -- * Success
448: -- Parameters Object Attribute columns

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

502: --
503: -- Desc This API calls the private API to update
504: -- an attribute naviation record using the given info
505: --
506: -- Results The API returns the standard p_return_status parameter
507: -- indicating one of the standard return statuses :
508: -- * Unexpected error
509: -- * Error
510: -- * Success

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

503: -- Desc This API calls the private API to update
504: -- an attribute naviation record using the given info
505: --
506: -- Results The API returns the standard p_return_status parameter
507: -- indicating one of the standard return statuses :
508: -- * Unexpected error
509: -- * Error
510: -- * Success
511: -- Parameters Attribute Navigation columns

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

543: --
544: -- Desc This API calls the private API to update
545: -- an attribute value record using the given info
546: --
547: -- Results The API returns the standard p_return_status parameter
548: -- indicating one of the standard return statuses :
549: -- * Unexpected error
550: -- * Error
551: -- * Success

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

544: -- Desc This API calls the private API to update
545: -- an attribute value record using the given info
546: --
547: -- Results The API returns the standard p_return_status parameter
548: -- indicating one of the standard return statuses :
549: -- * Unexpected error
550: -- * Error
551: -- * Success
552: -- Parameters Attribute Value columns

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

591: --
592: -- Desc This API calls the private API to update
593: -- an object using the given info
594: --
595: -- Results The API returns the standard p_return_status parameter
596: -- indicating one of the standard return statuses :
597: -- * Unexpected error
598: -- * Error
599: -- * Success

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

592: -- Desc This API calls the private API to update
593: -- an object using the given info
594: --
595: -- Results The API returns the standard p_return_status parameter
596: -- indicating one of the standard return statuses :
597: -- * Unexpected error
598: -- * Error
599: -- * Success
600: -- Parameters Object columns