DBA Data[Home] [Help]

APPS.RG_REPORT_AXIS_SETS_PKG dependencies on RG_REPORT_AXIS_SETS_PKG

Line 1: PACKAGE BODY RG_REPORT_AXIS_SETS_PKG AS

1: PACKAGE BODY RG_REPORT_AXIS_SETS_PKG AS
2: /* $Header: rgiraxsb.pls 120.9 2006/11/09 20:28:29 ticheng ship $ */
3: -- Name
4: -- rg_report_axis_sets_pkg
5: -- Purpose

Line 4: -- rg_report_axis_sets_pkg

1: PACKAGE BODY RG_REPORT_AXIS_SETS_PKG AS
2: /* $Header: rgiraxsb.pls 120.9 2006/11/09 20:28:29 ticheng ship $ */
3: -- Name
4: -- rg_report_axis_sets_pkg
5: -- Purpose
6: -- to include all server side procedures and packages for table
7: -- rg_report_axis_sets
8: -- Notes

Line 570: RG_REPORT_AXIS_SETS_PKG.update_row(

566: /*
567: * Update only if force_edits is 'Y' or owner = 'SEED'
568: */
569: IF ( user_id = 1 OR X_Force_Edits = 'Y' ) THEN
570: RG_REPORT_AXIS_SETS_PKG.update_row(
571: X_rowid => v_rowid,
572: X_application_id => X_Application_Id,
573: X_axis_set_id => v_axis_set_id,
574: X_security_flag => v_security_flag,

Line 612: RG_REPORT_AXIS_SETS_PKG.insert_row(

608: WHEN NO_DATA_FOUND THEN
609: /*
610: * If the row doesn't exist yet, call Insert_Row().
611: */
612: RG_REPORT_AXIS_SETS_PKG.insert_row(
613: X_rowid => v_rowid,
614: X_application_id => X_Application_Id,
615: X_axis_set_id => v_axis_set_id,
616: X_security_flag => 'N',

Line 694: END RG_REPORT_AXIS_SETS_PKG;

690: END IF;
691:
692: END Translate_Row;
693:
694: END RG_REPORT_AXIS_SETS_PKG;