DBA Data[Home] [Help]

APPS.GMD_VERSION_CONTROL dependencies on FM_ROUT_DTL

Line 198: FROM fm_rout_dtl

194: WHERE routing_no = X_hdr_rec.routing_no;
195:
196: CURSOR Cur_get_dtl IS
197: SELECT *
198: FROM fm_rout_dtl
199: WHERE routing_id = p_routing_id;
200: TYPE detail_tab IS TABLE OF Cur_get_dtl%ROWTYPE INDEX BY BINARY_INTEGER;
201: X_dtl_tbl detail_tab;
202:

Line 324: INSERT INTO fm_rout_dtl

320: ELSE
321: l_text_code := NULL;
322: END IF;
323: -- Bug #2673008 (JKB) Added call to copy_text above.
324: INSERT INTO fm_rout_dtl
325: (routing_id, routingstep_no, routingstep_id, oprn_id,
326: step_qty, steprelease_type, text_code, creation_date,
327: created_by, last_update_login, last_update_date,
328: last_updated_by, attribute1, attribute2, attribute3, attribute4,