DBA Data[Home] [Help]

APPS.FND_PROFILE_CAT_OPTIONS_PKG dependencies on FND_PROFILE_OPTIONS_PKG

Line 376: /* Here fnd_profile_options_pkg.INSERT_ROW() is called instead of

372: /* updated with the real profile information later on during */
373: /* the load when the real profile data gets uploaded. */
374:
375: /********** WARNING !!!!!!!!!!!! *********/
376: /* Here fnd_profile_options_pkg.INSERT_ROW() is called instead of
377: * fnd_profile_options_pkg.LOAD_ROW() since in this case there's an extra
378: * processing for the values passed to Last_Updated_By and Last_Update_Date
379:
380: * In this case, the Creation_Date should be set to X_LAST_UPDATE_DATE

Line 377: * fnd_profile_options_pkg.LOAD_ROW() since in this case there's an extra

373: /* the load when the real profile data gets uploaded. */
374:
375: /********** WARNING !!!!!!!!!!!! *********/
376: /* Here fnd_profile_options_pkg.INSERT_ROW() is called instead of
377: * fnd_profile_options_pkg.LOAD_ROW() since in this case there's an extra
378: * processing for the values passed to Last_Updated_By and Last_Update_Date
379:
380: * In this case, the Creation_Date should be set to X_LAST_UPDATE_DATE
381: * whereas the Last_Update_Date should be set to FND_API.G_MISS_DATE.

Line 402: fnd_profile_options_pkg.insert_row (

398: from fnd_application
399: where application_short_name = nvl(X_PROF_APPL_SHORT_NAME, X_APPLICATION_SHORT_NAME);
400:
401: begin
402: fnd_profile_options_pkg.insert_row (
403: x_rowid => row_id,
404: x_profile_option_name => X_PROFILE_OPTION_NAME,
405: x_application_id => prof_app_id,
406: x_profile_option_id => prof_id,