DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MTL_ACTIONS_B

Line 1055: FROM mtl_actions_b

1051: BEGIN
1052:
1053: SELECT count(*)
1054: INTO l_count
1055: FROM mtl_actions_b
1056: WHERE action_code = g.action_code;
1057:
1058: IF (l_count > 0) THEN
1059: -- dbms_output.put_line ('Action already exists: '||g.action_code);