DBA Data[Home] [Help]

APPS.WMS_SORT_CRITERIA_FORM_PKG dependencies on DUAL

Line 178: SELECT Sysdate INTO l_date FROM dual;

174: end if;
175:
176: /* add validation here */
177: /* get who column information */
178: SELECT Sysdate INTO l_date FROM dual;
179: l_user_id := fnd_global.user_id;
180: l_login_id := fnd_global.login_id;
181:
182: validate_input

Line 479: SELECT Sysdate INTO l_date FROM dual;

475: raise fnd_api.g_exc_error;
476: end if;
477:
478: /* get who column information */
479: SELECT Sysdate INTO l_date FROM dual;
480: l_user_id := fnd_global.user_id;
481: l_login_id := fnd_global.login_id;
482:
483: /* call the table handler to do the update */