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 1101: -- Results The API returns the standard p_return_status parameter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3652: -- will process the file until the EOF is reached,
3653: -- a parse error is encountered, or when data for
3654: -- a different business object is read from the file.
3655: --
3656: -- Results The API returns the standard p_return_status parameter
3657: -- indicating one of the standard return statuses :
3658: -- * Unexpected error
3659: -- * Error
3660: -- * Success

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

3653: -- a parse error is encountered, or when data for
3654: -- a different business object is read from the file.
3655: --
3656: -- Results The API returns the standard p_return_status parameter
3657: -- indicating one of the standard return statuses :
3658: -- * Unexpected error
3659: -- * Error
3660: -- * Success
3661: -- Parameters p_validation_level : IN required