DBA Data[Home] [Help]

APPS.AK_ATTRIBUTE_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 an 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 creates an 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 Attribute columns

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

149: --
150: -- Desc Calls the private API to deletes an attribute
151: -- with the given key value.
152: --
153: -- Results The API returns the standard p_return_status parameter
154: -- indicating one of the standard return statuses :
155: -- * Unexpected error
156: -- * Error
157: -- * Success

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

150: -- Desc Calls the private API to deletes an attribute
151: -- with the given key value.
152: --
153: -- Results The API returns the standard p_return_status parameter
154: -- indicating one of the standard return statuses :
155: -- * Unexpected error
156: -- * Error
157: -- * Success
158: -- Parameters p_attribute_application_id : IN required

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

240: -- Procedure DOWNLOAD_ATTRIBUTE
241: --
242: -- Usage Group API for downloading attributes
243: --
244: -- Desc This API first write out standard loader
245: -- file header for attributes to a flat file.
246: -- Then it calls the private API to extract the
247: -- attributes selected by application ID or by
248: -- key values from the database to the output file.

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

246: -- Then it calls the private API to extract the
247: -- attributes selected by application ID or by
248: -- key values from the database to the output file.
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: -- attributes selected by application ID or by
248: -- key values from the database to the output file.
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

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

400: --
401: -- Desc This API calls the private API to update
402: -- an attribute using the given info
403: --
404: -- Results The API returns the standard p_return_status parameter
405: -- indicating one of the standard return statuses :
406: -- * Unexpected error
407: -- * Error
408: -- * Success

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

401: -- Desc This API calls the private API to update
402: -- an attribute using the given info
403: --
404: -- Results The API returns the standard p_return_status parameter
405: -- indicating one of the standard return statuses :
406: -- * Unexpected error
407: -- * Error
408: -- * Success
409: -- Parameters Attribute columns