DBA Data[Home] [Help]

APPS.GMP_APS_OUTPUT_PKG dependencies on GME_BATCH_HEADER

Line 261: gme_batch_header gbh /* 1992371 */

257: w.due_date , /* B3710615 12.0 */
258: w.priority /* B4039225 */
259: FROM
260: wip_job_schedule_interface w,
261: gme_batch_header gbh /* 1992371 */
262: WHERE
263: w.group_id = p_group_id
264: AND w.load_type = 3 /* Update Discrete Job */
265: AND nvl(w.status_type,0 ) <> 7 /* Rescheduled Batch */

Line 336: gme_batch_header gbh /* 1992371 */

332: w.due_date , /* B3710615 12.0 */
333: w.priority /* B4039225 */
334: FROM
335: wip_job_schedule_interface w,
336: gme_batch_header gbh /* 1992371 */
337: WHERE
338: w.group_id = p_group_id
339: AND w.load_type = 3 /* Update Discrete job */
340: AND nvl(w.status_type,0 ) = 7 /* Cancelled Batch */