DBA Data[Home] [Help]

APPS.GMD_OPRN_MIGRATION dependencies on FM_ROUT_DTL

Line 13: FROM fm_rout_dtl

9: WHERE routing_id = prouting_id;
10:
11: CURSOR Cur_Routing_id(poprn_Id NUMBER) IS
12: SELECT routing_Id
13: FROM fm_rout_dtl
14: WHERE oprn_id = poprn_Id;
15:
16: /*Bug#3601848 - Thomas Daniel */
17: /*Added exists clause as the migration was getting rerun for the customer */