DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on GME_BATCH_HEADER

Line 83: FROM gme_batch_header

79:
80: CURSOR Get_batch_info(p_batch_id IN NUMBER) IS
81: SELECT batch_no,plant_code,
82: plan_cmplt_date
83: FROM gme_batch_header
84: WHERE batch_id = p_batch_id;
85:
86: CURSOR Get_batch_line_info(p_batch_line_id IN NUMBER) IS
87: SELECT line_no