DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on DUAL

Line 668: select 1 into x_result_code from dual where exists (

664: FUNCTION GET_RESULT_CODE RETURN BOOLEAN IS
665: x_result_code varchar2(1) ;
666: BEGIN
667: -- Debashis. Added exists and removed rownum.
668: select 1 into x_result_code from dual where exists (
669: select substr(NVL(result_code,'X'),1,1)
670: -- into x_result_code
671: from gms_bc_packets
672: where packet_id = X_packet_id

Line 692: FROM DUAL ;

688: X_RETURN := FALSE ;
689:
690: SELECT GL_BC_PACKETS_S.nextval
691: INTO X_packet_id
692: FROM DUAL ;
693:
694: select glst.period_name,
695: glst.period_year,
696: glst.period_num