DBA Data[Home] [Help]

APPS.AK_ATTRIBUTE_PVT dependencies on STANDARD

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

9: -- owned by the Core Modules Team (AK).
10: --
11: -- Desc Perform validation on an attribute record.
12: --
13: -- Results The API returns the standard p_return_status parameter
14: -- indicating one of the standard return statuses :
15: -- * Unexpected error
16: -- * Error
17: -- * Success

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

10: --
11: -- Desc Perform validation on an attribute record.
12: --
13: -- Results The API returns the standard p_return_status parameter
14: -- indicating one of the standard return statuses :
15: -- * Unexpected error
16: -- * Error
17: -- * Success
18: -- In addition, this function returns TRUE if all

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

321: --
322: -- Desc This API check to see if an attribute record
323: -- exists with the given key values.
324: --
325: -- Results The API returns the standard p_return_status parameter
326: -- indicating one of the standard return statuses :
327: -- * Unexpected error
328: -- * Error
329: -- * Success

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

322: -- Desc This API check to see if an attribute record
323: -- exists with the given key values.
324: --
325: -- Results The API returns the standard p_return_status parameter
326: -- indicating one of the standard return statuses :
327: -- * Unexpected error
328: -- * Error
329: -- * Success
330: -- This function will return TRUE if such an attribute

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

391: -- Desc Creates an attribute using the given info. This
392: -- API should only be called by other APIs that are
393: -- owned by the Core Modules Team (AK).
394: --
395: -- Results The API returns the standard p_return_status parameter
396: -- indicating one of the standard return statuses :
397: -- * Unexpected error
398: -- * Error
399: -- * Success

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

392: -- API should only be called by other APIs that are
393: -- owned by the Core Modules Team (AK).
394: --
395: -- Results The API returns the standard p_return_status parameter
396: -- indicating one of the standard return statuses :
397: -- * Unexpected error
398: -- * Error
399: -- * Success
400: -- Parameters Attribute columns

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

1101: -- owned by the Core Modules Team (AK).
1102: --
1103: -- Desc Deletes an attribute with the given key value.
1104: --
1105: -- Results The API returns the standard p_return_status parameter
1106: -- indicating one of the standard return statuses :
1107: -- * Unexpected error
1108: -- * Error
1109: -- * Success

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

1102: --
1103: -- Desc Deletes an attribute with the given key value.
1104: --
1105: -- Results The API returns the standard p_return_status parameter
1106: -- indicating one of the standard return statuses :
1107: -- * Unexpected error
1108: -- * Error
1109: -- * Success
1110: -- Parameters p_attribute_application_id : IN required

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

1349: -- Desc Appends the single attribute passed in through the
1350: -- parameters to the specified output file. The
1351: -- output will be in loader file format.
1352: --
1353: -- Results The API returns the standard p_return_status parameter
1354: -- indicating one of the standard return statuses :
1355: -- * Unexpected error
1356: -- * Error
1357: -- * Success

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

1350: -- parameters to the specified output file. The
1351: -- output will be in loader file format.
1352: --
1353: -- Results The API returns the standard p_return_status parameter
1354: -- indicating one of the standard return statuses :
1355: -- * Unexpected error
1356: -- * Error
1357: -- * Success
1358: -- Parameters Attribute record and its TL record.

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

1797: -- Desc This API will extract the attributes selected
1798: -- by application ID or by key values from the
1799: -- database to the output file.
1800: --
1801: -- Results The API returns the standard p_return_status parameter
1802: -- indicating one of the standard return statuses :
1803: -- * Unexpected error
1804: -- * Error
1805: -- * Success

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

1798: -- by application ID or by key values from the
1799: -- database to the output file.
1800: --
1801: -- Results The API returns the standard p_return_status parameter
1802: -- indicating one of the standard return statuses :
1803: -- * Unexpected error
1804: -- * Error
1805: -- * Success
1806: -- Parameters

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

2101: -- will process the file until the EOF is reached,
2102: -- a parse error is encountered, or when data for
2103: -- a different business object is read from the file.
2104: --
2105: -- Results The API returns the standard p_return_status parameter
2106: -- indicating one of the standard return statuses :
2107: -- * Unexpected error
2108: -- * Error
2109: -- * Success

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

2102: -- a parse error is encountered, or when data for
2103: -- a different business object is read from the file.
2104: --
2105: -- Results The API returns the standard p_return_status parameter
2106: -- indicating one of the standard return statuses :
2107: -- * Unexpected error
2108: -- * Error
2109: -- * Success
2110: -- Parameters p_index : IN OUT required

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

2962: -- key value into a given attribute table
2963: -- (of type Attribute_PK_Tbl_Type) only if the
2964: -- primary key does not already exist in the table.
2965: --
2966: -- Results The API returns the standard p_return_status parameter
2967: -- indicating one of the standard return statuses :
2968: -- * Unexpected error
2969: -- * Error
2970: -- * Success

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

2963: -- (of type Attribute_PK_Tbl_Type) only if the
2964: -- primary key does not already exist in the table.
2965: --
2966: -- Results The API returns the standard p_return_status parameter
2967: -- indicating one of the standard return statuses :
2968: -- * Unexpected error
2969: -- * Error
2970: -- * Success
2971: -- Parameters p_attribute_application_id : IN required

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

3036: -- that are owned by the Core Modules Team (AK).
3037: --
3038: -- Desc This API updates an attribute using the given info
3039: --
3040: -- Results The API returns the standard p_return_status parameter
3041: -- indicating one of the standard return statuses :
3042: -- * Unexpected error
3043: -- * Error
3044: -- * Success

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

3037: --
3038: -- Desc This API updates an attribute using the given info
3039: --
3040: -- Results The API returns the standard p_return_status parameter
3041: -- indicating one of the standard return statuses :
3042: -- * Unexpected error
3043: -- * Error
3044: -- * Success
3045: -- Parameters Attribute columns

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

3662: -- will process the file until the EOF is reached,
3663: -- a parse error is encountered, or when data for
3664: -- a different business object is read from the file.
3665: --
3666: -- Results The API returns the standard p_return_status parameter
3667: -- indicating one of the standard return statuses :
3668: -- * Unexpected error
3669: -- * Error
3670: -- * Success

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

3663: -- a parse error is encountered, or when data for
3664: -- a different business object is read from the file.
3665: --
3666: -- Results The API returns the standard p_return_status parameter
3667: -- indicating one of the standard return statuses :
3668: -- * Unexpected error
3669: -- * Error
3670: -- * Success
3671: -- Parameters p_validation_level : IN required