DBA Data[Home] [Help]

APPS.AK_ATTRIBUTE_PVT dependencies on STANDARD

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

26: --
27: -- Desc This API check to see if an attribute record
28: -- exists with the given key values.
29: --
30: -- Results The API returns the standard p_return_status parameter
31: -- indicating one of the standard return statuses :
32: -- * Unexpected error
33: -- * Error
34: -- * Success

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

27: -- Desc This API check to see if an attribute record
28: -- exists with the given key values.
29: --
30: -- Results The API returns the standard p_return_status parameter
31: -- indicating one of the standard return statuses :
32: -- * Unexpected error
33: -- * Error
34: -- * Success
35: -- This function will return TRUE if such an attribute

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

56: -- Desc Creates an attribute using the given info. This
57: -- API should only be called by other APIs that are
58: -- owned by the Core Modules Team (AK).
59: --
60: -- Results The API returns the standard p_return_status parameter
61: -- indicating one of the standard return statuses :
62: -- * Unexpected error
63: -- * Error
64: -- * Success

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

57: -- API should only be called by other APIs that are
58: -- owned by the Core Modules Team (AK).
59: --
60: -- Results The API returns the standard p_return_status parameter
61: -- indicating one of the standard return statuses :
62: -- * Unexpected error
63: -- * Error
64: -- * Success
65: -- Parameters Attribute columns

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

141: -- owned by the Core Modules Team (AK).
142: --
143: -- Desc Deletes an attribute with the given key value.
144: --
145: -- Results The API returns the standard p_return_status parameter
146: -- indicating one of the standard return statuses :
147: -- * Unexpected error
148: -- * Error
149: -- * Success

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

142: --
143: -- Desc Deletes an attribute with the given key value.
144: --
145: -- Results The API returns the standard p_return_status parameter
146: -- indicating one of the standard return statuses :
147: -- * Unexpected error
148: -- * Error
149: -- * Success
150: -- Parameters p_attribute_application_id : IN required

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

182: -- Desc This API will extract the attributes selected
183: -- by application ID or by key values from the
184: -- database to the output file.
185: --
186: -- Results The API returns the standard p_return_status parameter
187: -- indicating one of the standard return statuses :
188: -- * Unexpected error
189: -- * Error
190: -- * Success

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

183: -- by application ID or by key values from the
184: -- database to the output file.
185: --
186: -- Results The API returns the standard p_return_status parameter
187: -- indicating one of the standard return statuses :
188: -- * Unexpected error
189: -- * Error
190: -- * Success
191: -- Parameters

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

232: -- key value into a given attribute table
233: -- (of type Attribute_PK_Tbl_Type) only if the
234: -- primary key does not already exist in the table.
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: -- (of type Attribute_PK_Tbl_Type) only if the
234: -- primary key does not already exist in the table.
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 Attribute key columns: IN required

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

260: -- that are owned by the Core Modules Team (AK).
261: --
262: -- Desc This API updates an attribute using the given info
263: --
264: -- Results The API returns the standard p_return_status parameter
265: -- indicating one of the standard return statuses :
266: -- * Unexpected error
267: -- * Error
268: -- * Success

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

261: --
262: -- Desc This API updates an attribute using the given info
263: --
264: -- Results The API returns the standard p_return_status parameter
265: -- indicating one of the standard return statuses :
266: -- * Unexpected error
267: -- * Error
268: -- * Success
269: -- Parameters Attribute columns

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

352: -- will process the file until the EOF is reached,
353: -- a parse error is encountered, or when data for
354: -- a different business object is read from the file.
355: --
356: -- Results The API returns the standard p_return_status parameter
357: -- indicating one of the standard return statuses :
358: -- * Unexpected error
359: -- * Error
360: -- * Success

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

353: -- a parse error is encountered, or when data for
354: -- a different business object is read from the file.
355: --
356: -- Results The API returns the standard p_return_status parameter
357: -- indicating one of the standard return statuses :
358: -- * Unexpected error
359: -- * Error
360: -- * Success
361: -- Parameters p_index : IN OUT required

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

407: -- owned by the Core Modules Team (AK).
408: --
409: -- Desc Perform validation on an attribute record.
410: --
411: -- Results The API returns the standard p_return_status parameter
412: -- indicating one of the standard return statuses :
413: -- * Unexpected error
414: -- * Error
415: -- * Success

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

408: --
409: -- Desc Perform validation on an attribute record.
410: --
411: -- Results The API returns the standard p_return_status parameter
412: -- indicating one of the standard return statuses :
413: -- * Unexpected error
414: -- * Error
415: -- * Success
416: -- In addition, this function returns TRUE if all

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

472: -- will process the file until the EOF is reached,
473: -- a parse error is encountered, or when data for
474: -- a different business object is read from the file.
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: -- a parse error is encountered, or when data for
474: -- a different business object is read from the file.
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_validation_level : IN required