DBA Data[Home] [Help]

APPS.GL_MC_INQUIRY_PKG dependencies on GL_MC_INFO

Line 51: -- r_sob_list is same as gl_mc_info.r_sob_list

47: rsob8 NUMBER);
48:
49: TYPE r_fa_fin_rec_list IS TABLE OF r_fa_fin_rec;
50:
51: -- r_sob_list is same as gl_mc_info.r_sob_list
52: -- Instead of redefining it, just define the subtype
53: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;
54:
55: /* All attributes of this type of record are table of scalar type

Line 53: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;

49: TYPE r_fa_fin_rec_list IS TABLE OF r_fa_fin_rec;
50:
51: -- r_sob_list is same as gl_mc_info.r_sob_list
52: -- Instead of redefining it, just define the subtype
53: SUBTYPE r_sob_list_type IS gl_mc_info.r_sob_list;
54:
55: /* All attributes of this type of record are table of scalar type
56: (NUMBER/VARCHAR2), so we can use it for BULK COLLECT */
57: /* TYPE r_sob_rec_col IS RECORD (