DBA Data[Home] [Help]

APPS.JTF_PERZ_DDF_PUB dependencies on FND_API

Line 137: -- FND_API.G_RETURN_SUCCESS when the API completes successfully

133: --
134: -- 6. The main out parameter for this API is x_perz_ddf_id.
135: -- This returns the data default id for the saved data default.
136: -- Another important out parameter is x_return_status which returns
137: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
138: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
139: -- FND_API.G_RETURN_ERROR when the API hits an error
140: --
141: -- *****************************************************************************

Line 138: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state

134: -- 6. The main out parameter for this API is x_perz_ddf_id.
135: -- This returns the data default id for the saved data default.
136: -- Another important out parameter is x_return_status which returns
137: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
138: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
139: -- FND_API.G_RETURN_ERROR when the API hits an error
140: --
141: -- *****************************************************************************
142: --

Line 139: -- FND_API.G_RETURN_ERROR when the API hits an error

135: -- This returns the data default id for the saved data default.
136: -- Another important out parameter is x_return_status which returns
137: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
138: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
139: -- FND_API.G_RETURN_ERROR when the API hits an error
140: --
141: -- *****************************************************************************
142: --
143: PROCEDURE save_data_default

Line 145: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

141: -- *****************************************************************************
142: --
143: PROCEDURE save_data_default
144: ( p_api_version_number IN NUMBER,
145: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
146: p_commit IN VARCHAR := FND_API.G_FALSE,
147:
148: p_application_id IN NUMBER,
149:

Line 146: p_commit IN VARCHAR := FND_API.G_FALSE,

142: --
143: PROCEDURE save_data_default
144: ( p_api_version_number IN NUMBER,
145: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
146: p_commit IN VARCHAR := FND_API.G_FALSE,
147:
148: p_application_id IN NUMBER,
149:
150: p_profile_id IN NUMBER,

Line 237: -- FND_API.G_RETURN_SUCCESS when the API completes successfully

233: --
234: -- 6. The main out parameter for this API is x_perz_ddf_id.
235: -- This returns the data default id for the created data default object.
236: -- Another important out parameter is x_return_status which returns
237: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
238: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
239: -- FND_API.G_RETURN_ERROR when the API hits an error
240: --
241: -- *****************************************************************************

Line 238: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state

234: -- 6. The main out parameter for this API is x_perz_ddf_id.
235: -- This returns the data default id for the created data default object.
236: -- Another important out parameter is x_return_status which returns
237: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
238: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
239: -- FND_API.G_RETURN_ERROR when the API hits an error
240: --
241: -- *****************************************************************************
242:

Line 239: -- FND_API.G_RETURN_ERROR when the API hits an error

235: -- This returns the data default id for the created data default object.
236: -- Another important out parameter is x_return_status which returns
237: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
238: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
239: -- FND_API.G_RETURN_ERROR when the API hits an error
240: --
241: -- *****************************************************************************
242:
243: PROCEDURE create_data_default

Line 324: -- FND_API.G_RETURN_SUCCESS when the API completes successfully

320: -- 5. The main out parameter is p_ddf_out_tbl which holds all the details
321: -- of the data default object(s)
322: --
323: -- 6. Another important out parameter is x_return_status which returns
324: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
325: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
326: -- FND_API.G_RETURN_ERROR when the API hits an error
327: --
328: -- This API can be used in two ways,

Line 325: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state

321: -- of the data default object(s)
322: --
323: -- 6. Another important out parameter is x_return_status which returns
324: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
325: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
326: -- FND_API.G_RETURN_ERROR when the API hits an error
327: --
328: -- This API can be used in two ways,
329: -- 1. To get the table of DDF by supplying profile id/name, application_id,

Line 326: -- FND_API.G_RETURN_ERROR when the API hits an error

322: --
323: -- 6. Another important out parameter is x_return_status which returns
324: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
325: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
326: -- FND_API.G_RETURN_ERROR when the API hits an error
327: --
328: -- This API can be used in two ways,
329: -- 1. To get the table of DDF by supplying profile id/name, application_id,
330: -- gui_object_id/name and dddf_context

Line 419: -- FND_API.G_RETURN_SUCCESS when the API completes successfully

415: --
416: -- 6. The main out parameter for this API is x_perz_ddf_id.
417: -- This returns the data default id for the created data default object.
418: -- Another important out parameter is x_return_status which returns
419: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
420: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
421: -- FND_API.G_RETURN_ERROR when the API hits an error
422: --
423: -- *****************************************************************************

Line 420: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state

416: -- 6. The main out parameter for this API is x_perz_ddf_id.
417: -- This returns the data default id for the created data default object.
418: -- Another important out parameter is x_return_status which returns
419: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
420: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
421: -- FND_API.G_RETURN_ERROR when the API hits an error
422: --
423: -- *****************************************************************************
424:

Line 421: -- FND_API.G_RETURN_ERROR when the API hits an error

417: -- This returns the data default id for the created data default object.
418: -- Another important out parameter is x_return_status which returns
419: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
420: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
421: -- FND_API.G_RETURN_ERROR when the API hits an error
422: --
423: -- *****************************************************************************
424:
425: PROCEDURE update_data_default

Line 492: -- FND_API.G_RETURN_SUCCESS when the API completes successfully

488: -- application_id
489: -- profile_id
490: -- perz_ddf_id
491: -- 3. The out parameter for this API is x_return_status which returns
492: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
493: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
494: -- FND_API.G_RETURN_ERROR when the API hits an error
495: --
496: -- *****************************************************************************

Line 493: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state

489: -- profile_id
490: -- perz_ddf_id
491: -- 3. The out parameter for this API is x_return_status which returns
492: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
493: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
494: -- FND_API.G_RETURN_ERROR when the API hits an error
495: --
496: -- *****************************************************************************
497:

Line 494: -- FND_API.G_RETURN_ERROR when the API hits an error

490: -- perz_ddf_id
491: -- 3. The out parameter for this API is x_return_status which returns
492: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
493: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
494: -- FND_API.G_RETURN_ERROR when the API hits an error
495: --
496: -- *****************************************************************************
497:
498: PROCEDURE delete_data_default

Line 500: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

496: -- *****************************************************************************
497:
498: PROCEDURE delete_data_default
499: ( p_api_version_number IN NUMBER,
500: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
501: p_commit IN VARCHAR := FND_API.G_FALSE,
502:
503: p_application_id IN NUMBER,
504: p_profile_id IN NUMBER,

Line 501: p_commit IN VARCHAR := FND_API.G_FALSE,

497:
498: PROCEDURE delete_data_default
499: ( p_api_version_number IN NUMBER,
500: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
501: p_commit IN VARCHAR := FND_API.G_FALSE,
502:
503: p_application_id IN NUMBER,
504: p_profile_id IN NUMBER,
505: p_perz_ddf_id IN NUMBER,