DBA Data[Home] [Help]

APPS.AK_ATTRIBUTE_GRP dependencies on STANDARD

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

16: --
17: -- Desc Calls the private API to creates an attribute
18: -- using the given info
19: --
20: -- Results The API returns the standard p_return_status parameter
21: -- indicating one of the standard return statuses :
22: -- * Unexpected error
23: -- * Error
24: -- * Success

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

17: -- Desc Calls the private API to creates an attribute
18: -- using the given info
19: --
20: -- Results The API returns the standard p_return_status parameter
21: -- indicating one of the standard return statuses :
22: -- * Unexpected error
23: -- * Error
24: -- * Success
25: -- Parameters Attribute columns

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

72: --
73: -- Desc Calls the private API to deletes an attribute
74: -- with the given key value.
75: --
76: -- Results The API returns the standard p_return_status parameter
77: -- indicating one of the standard return statuses :
78: -- * Unexpected error
79: -- * Error
80: -- * Success

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

73: -- Desc Calls the private API to deletes an attribute
74: -- with the given key value.
75: --
76: -- Results The API returns the standard p_return_status parameter
77: -- indicating one of the standard return statuses :
78: -- * Unexpected error
79: -- * Error
80: -- * Success
81: -- Parameters p_attribute_application_id : IN required

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

106: -- Procedure DOWNLOAD_ATTRIBUTE
107: --
108: -- Usage Group API for downloading attributes
109: --
110: -- Desc This API first write out standard loader
111: -- file header for attributes to a flat file.
112: -- Then it calls the private API to extract the
113: -- attributes selected by application ID or by
114: -- key values from the database to the output file.

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

112: -- Then it calls the private API to extract the
113: -- attributes selected by application ID or by
114: -- key values from the database to the output file.
115: --
116: -- Results The API returns the standard p_return_status parameter
117: -- indicating one of the standard return statuses :
118: -- * Unexpected error
119: -- * Error
120: -- * Success

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

113: -- attributes selected by application ID or by
114: -- key values from the database to the output file.
115: --
116: -- Results The API returns the standard p_return_status parameter
117: -- indicating one of the standard return statuses :
118: -- * Unexpected error
119: -- * Error
120: -- * Success
121: -- Parameters

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

163: --
164: -- Desc This API calls the private API to update
165: -- an attribute using the given info
166: --
167: -- Results The API returns the standard p_return_status parameter
168: -- indicating one of the standard return statuses :
169: -- * Unexpected error
170: -- * Error
171: -- * Success

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

164: -- Desc This API calls the private API to update
165: -- an attribute using the given info
166: --
167: -- Results The API returns the standard p_return_status parameter
168: -- indicating one of the standard return statuses :
169: -- * Unexpected error
170: -- * Error
171: -- * Success
172: -- Parameters Attribute columns