DBA Data[Home] [Help]

APPS.CLN_CH_DISPLAY_LABELS_DTL_PKG dependencies on DUAL

Line 58: select sysdate into l_sysdate from dual;

54: BEGIN
55: IF (x_owner = 'SEED') THEN
56: l_user_id := 1;
57: END IF;
58: select sysdate into l_sysdate from dual;
59: OPEN c;
60: OPEN c1;
61: fetch c into l_fkpresent;
62: fetch c1 into l_pkpresent;