DBA Data[Home] [Help]

APPS.GME_ERES_UTILS dependencies on GME_BATCH_HEADER_VW

Line 48: FROM gme_batch_header_vw

44: IS
45: CURSOR get_doc_number (v_batch_id IN NUMBER)
46: IS
47: SELECT organization_code || ' ' || batch_no
48: FROM gme_batch_header_vw
49: WHERE batch_id = v_batch_id;
50: BEGIN
51: OPEN get_doc_number (p_batch_id);
52: FETCH get_doc_number INTO x_batch_number;