DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MTL_ACTIONS_B

Line 1147: FROM mtl_actions_b

1143: BEGIN
1144:
1145: SELECT count(*)
1146: INTO l_count
1147: FROM mtl_actions_b
1148: WHERE action_code = g.action_code;
1149:
1150: IF (l_count > 0) THEN
1151: -- dbms_output.put_line ('Action already exists: '||g.action_code);