DBA Data[Home] [Help]

APPS.JTF_PERZ_DDF_PVT dependencies on FND_API

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

99: --
100: -- 6. The main out parameter for this API is x_perz_ddf_id.
101: -- This returns the data default id for the saved data default.
102: -- Another important out parameter is x_return_status which returns
103: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
104: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
105: -- FND_API.G_RETURN_ERROR when the API hits an error
106: --
107: -- *****************************************************************************

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

100: -- 6. The main out parameter for this API is x_perz_ddf_id.
101: -- This returns the data default id for the saved data default.
102: -- Another important out parameter is x_return_status which returns
103: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
104: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
105: -- FND_API.G_RETURN_ERROR when the API hits an error
106: --
107: -- *****************************************************************************
108: --

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

101: -- This returns the data default id for the saved data default.
102: -- Another important out parameter is x_return_status which returns
103: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
104: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
105: -- FND_API.G_RETURN_ERROR when the API hits an error
106: --
107: -- *****************************************************************************
108: --
109: PROCEDURE save_data_default

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

107: -- *****************************************************************************
108: --
109: PROCEDURE save_data_default
110: ( p_api_version_number IN NUMBER,
111: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
112: p_commit IN VARCHAR := FND_API.G_FALSE,
113:
114: p_application_id IN NUMBER,
115:

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

108: --
109: PROCEDURE save_data_default
110: ( p_api_version_number IN NUMBER,
111: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
112: p_commit IN VARCHAR := FND_API.G_FALSE,
113:
114: p_application_id IN NUMBER,
115:
116: p_profile_id IN NUMBER,

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

205: --
206: -- 6. The main out parameter for this API is x_perz_ddf_id.
207: -- This returns the data default id for the created data default object.
208: -- Another important out parameter is x_return_status which returns
209: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
210: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
211: -- FND_API.G_RETURN_ERROR when the API hits an error
212: --
213: -- *****************************************************************************

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

206: -- 6. The main out parameter for this API is x_perz_ddf_id.
207: -- This returns the data default id for the created data default object.
208: -- Another important out parameter is x_return_status which returns
209: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
210: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
211: -- FND_API.G_RETURN_ERROR when the API hits an error
212: --
213: -- *****************************************************************************
214:

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

207: -- This returns the data default id for the created data default object.
208: -- Another important out parameter is x_return_status which returns
209: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
210: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
211: -- FND_API.G_RETURN_ERROR when the API hits an error
212: --
213: -- *****************************************************************************
214:
215: PROCEDURE create_data_default

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

292: -- 5. The main out parameter is p_ddf_out_tbl which holds all the details
293: -- of the data default object(s)
294: --
295: -- 6. Another important out parameter is x_return_status which returns
296: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
297: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
298: -- FND_API.G_RETURN_ERROR when the API hits an error
299: --
300: -- This API can be used in two ways,

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

293: -- of the data default object(s)
294: --
295: -- 6. Another important out parameter is x_return_status which returns
296: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
297: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
298: -- FND_API.G_RETURN_ERROR when the API hits an error
299: --
300: -- This API can be used in two ways,
301: -- 1. To get the table of DDF by supplying profile id/name, application_id,

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

294: --
295: -- 6. Another important out parameter is x_return_status which returns
296: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
297: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
298: -- FND_API.G_RETURN_ERROR when the API hits an error
299: --
300: -- This API can be used in two ways,
301: -- 1. To get the table of DDF by supplying profile id/name, application_id,
302: -- gui_object_id/name and dddf_context

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

387: --
388: -- 6. The main out parameter for this API is x_perz_ddf_id.
389: -- This returns the data default id for the created data default object.
390: -- Another important out parameter is x_return_status which returns
391: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
392: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
393: -- FND_API.G_RETURN_ERROR when the API hits an error
394: --
395: -- *****************************************************************************

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

388: -- 6. The main out parameter for this API is x_perz_ddf_id.
389: -- This returns the data default id for the created data default object.
390: -- Another important out parameter is x_return_status which returns
391: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
392: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
393: -- FND_API.G_RETURN_ERROR when the API hits an error
394: --
395: -- *****************************************************************************
396:

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

389: -- This returns the data default id for the created data default object.
390: -- Another important out parameter is x_return_status which returns
391: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
392: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
393: -- FND_API.G_RETURN_ERROR when the API hits an error
394: --
395: -- *****************************************************************************
396:
397: PROCEDURE update_data_default

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

460: -- application_id
461: -- profile_id
462: -- perz_ddf_id
463: -- 3. The out parameter for this API is x_return_status which returns
464: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
465: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
466: -- FND_API.G_RETURN_ERROR when the API hits an error
467: --
468: -- *****************************************************************************

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

461: -- profile_id
462: -- perz_ddf_id
463: -- 3. The out parameter for this API is x_return_status which returns
464: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
465: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
466: -- FND_API.G_RETURN_ERROR when the API hits an error
467: --
468: -- *****************************************************************************
469:

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

462: -- perz_ddf_id
463: -- 3. The out parameter for this API is x_return_status which returns
464: -- FND_API.G_RETURN_SUCCESS when the API completes successfully
465: -- FND_API.G_RETURN_UNEXPECTED when the API reaches a unxpected state
466: -- FND_API.G_RETURN_ERROR when the API hits an error
467: --
468: -- *****************************************************************************
469:
470: PROCEDURE delete_data_default

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

468: -- *****************************************************************************
469:
470: PROCEDURE delete_data_default
471: ( p_api_version_number IN NUMBER,
472: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
473: p_commit IN VARCHAR := FND_API.G_FALSE,
474:
475: p_application_id IN NUMBER,
476: p_profile_id IN NUMBER,

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

469:
470: PROCEDURE delete_data_default
471: ( p_api_version_number IN NUMBER,
472: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
473: p_commit IN VARCHAR := FND_API.G_FALSE,
474:
475: p_application_id IN NUMBER,
476: p_profile_id IN NUMBER,
477: p_perz_ddf_id IN NUMBER,