DBA Data[Home] [Help]

APPS.GMD_OPRN_MIGRATION dependencies on FM_OPRN_DTL_BAK

Line 88: FROM fm_oprn_dtl_bak

84: /*Added oprn_id as parameter to this procedure and restricting the activities */
85: /*to only those for which the operation was not migrated earlier */
86: CURSOR get_activity IS
87: SELECT *
88: FROM fm_oprn_dtl_bak
89: WHERE oprn_id = P_oprn_id
90: ORDER BY activity;
91:
92: v_activity varchar2(16);