DBA Data[Home] [Help]

APPS.GMD_TEST_METHODS_PVT dependencies on DUAL

Line 84: select sysdate into l_sysdate from dual;

80: BEGIN
81: IF (x_owner = 'SEED') THEN
82: l_user_id := 1;
83: END IF;
84: select sysdate into l_sysdate from dual;
85:
86: OPEN c1;
87: fetch c1 into l_pkpresent;
88: IF (c1%found) THEN