DBA Data[Home] [Help]

APPS.BNE_VIEWERS_PKG dependencies on BNE_VIEWERS_PKG

Line 1: package body BNE_VIEWERS_PKG as

1: package body BNE_VIEWERS_PKG as
2: /* $Header: bneviewb.pls 120.3 2005/08/18 06:39:07 dagroves noship $ */
3:
4: --------------------------------------------------------------------------------
5: -- Much of the following code was created using the tltblgen utility. --

Line 383: BNE_VIEWERS_PKG.Update_Row(

379: -- Test for customization and version
380: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
381: db_ludate, x_custom_mode)) then
382: -- Update existing row
383: BNE_VIEWERS_PKG.Update_Row(
384: X_APPLICATION_ID => l_app_id,
385: X_VIEWER_CODE => x_viewer_code,
386: X_PARAM_LIST_APP_ID => l_param_app_id,
387: X_PARAM_LIST_CODE => x_param_list_code,

Line 402: BNE_VIEWERS_PKG.Insert_Row(

398: end if;
399: exception
400: when no_data_found then
401: -- Record doesn't exist - insert in all cases
402: BNE_VIEWERS_PKG.Insert_Row(
403: X_ROWID => l_row_id,
404: X_APPLICATION_ID => l_app_id,
405: X_VIEWER_CODE => x_viewer_code,
406: X_PARAM_LIST_APP_ID => l_param_app_id,

Line 491: end BNE_VIEWERS_PKG;

487: null;
488: end;
489: end TRANSLATE_ROW;
490:
491: end BNE_VIEWERS_PKG;