DBA Data[Home] [Help]

APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_AXES_PKG

Line 1: PACKAGE BODY RG_REPORT_AXES_PKG AS

1: PACKAGE BODY RG_REPORT_AXES_PKG AS
2: /* $Header: rgiraxeb.pls 120.9 2006/03/13 19:51:59 ticheng ship $ */
3: -- Name
4: -- rg_report_axes_pkg
5: -- Purpose

Line 4: -- rg_report_axes_pkg

1: PACKAGE BODY RG_REPORT_AXES_PKG AS
2: /* $Header: rgiraxeb.pls 120.9 2006/03/13 19:51:59 ticheng ship $ */
3: -- Name
4: -- rg_report_axes_pkg
5: -- Purpose
6: -- to include all sever side procedures and packages for table
7: -- rg_report_axes
8: -- Notes

Line 950: RG_REPORT_AXES_PKG.update_row(

946: /*
947: * Update only if force_edits is 'Y' or owner = 'SEED'
948: */
949: IF ( user_id = 1 or X_Force_Edits = 'Y' ) then
950: RG_REPORT_AXES_PKG.update_row(
951: X_rowid => v_rowid,
952: X_application_id => X_Application_Id,
953: X_axis_set_id => X_Axis_Set_Id,
954: X_axis_seq => X_Axis_Seq,

Line 1019: RG_REPORT_AXES_PKG.insert_row(

1015: (check_unique(v_rowid, X_Axis_Seq, X_Axis_Set_Id, 'R'))) THEN
1016: /*
1017: * If the row doesn't exist yet, call Insert_Row().
1018: */
1019: RG_REPORT_AXES_PKG.insert_row(
1020: X_rowid => v_rowid,
1021: X_application_id => X_Application_Id,
1022: X_axis_set_id => X_Axis_Set_Id,
1023: X_axis_set_type => 'C',

Line 1120: END RG_REPORT_AXES_PKG;

1116: END IF;
1117:
1118: END Translate_Row;
1119:
1120: END RG_REPORT_AXES_PKG;