DBA Data[Home] [Help]

APPS.GMD_ROUTING_DESIGNER_PKG dependencies on FM_TEXT_TBL

Line 1502: FROM fm_text_tbl

1498: WHERE routing_id = p_copy_from_routing_id;
1499:
1500: CURSOR Get_Text (p_text_code NUMBER) IS
1501: SELECT *
1502: FROM fm_text_tbl
1503: WHERE text_code = p_text_code AND
1504: line_no <> -1;
1505:
1506: CURSOR Get_text_code IS