DBA Data[Home] [Help]

APPS.HR_NAVIGATION_NODE_USAGES_PKG dependencies on DUAL

Line 177: from dual;

173: exception
174: when no_data_found then
175: select HR_NAVIGATION_NODE_USAGES_S.NEXTVAL
176: into X_NAV_NODE_USAGE_ID
177: from dual;
178: --
179: -- Fix for bug 3274423 starts here.
180: -- Before updating the record, compare the database row with the row in ldt file.
181: -- The SELECT statement above is checking for all the columns in the table. So no