DBA Data[Home] [Help]

APPS.HR_NAVIGATION_NODE_USAGES_PKG dependencies on DUAL

Line 136: from dual;

132: exception
133: when no_data_found then
134: select HR_NAVIGATION_NODE_USAGES_S.NEXTVAL
135: into X_NAV_NODE_USAGE_ID
136: from dual;
137: --
138: -- Fix for bug 3274423 starts here.
139: -- Before updating the record, compare the database row with the row in ldt file.
140: -- The SELECT statement above is checking for all the columns in the table. So no