93: /* Number of rows bulk processed at a time */
94: g_chunk_size PLS_INTEGER;
95:
96: /* End of time date */
97: g_end_of_time DATE := hr_general.end_of_time;
98:
99: /******************************************************************************/
100: /* Inserts row into concurrent program log when the g_conc_request_flag has */
101: /* been set to TRUE, otherwise does nothing */