DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on DUAL

Line 1449: FROM DUAL

1445: END IF ;
1446:
1447: SELECT count(*)
1448: into x_err_code
1449: FROM DUAL
1450: WHERE exists ( select 'X' from gms_bc_packets
1451: where packet_id = x_packet_id
1452: and substr(nvl(result_code, 'P'),1,1) = 'F' );
1453: