DBA Data[Home] [Help]

APPS.JA_CN_GBI_EXPORT_PKG dependencies on RG_REPORTS

Line 79: rg_reports rr

75: )
76: IS
77: SELECT length(MAX(rra.axis_seq))
78: FROM
79: rg_reports rr
80: , rg_report_axes rra
81: WHERE rr.report_id = pn_cfs_report_id
82: AND rr.ROW_SET_ID = rra.axis_set_id;
83: