DBA Data[Home] [Help]

APPS.CN_CALC_EXT_TABLE_PKG dependencies on DUAL

Line 39: FROM dual;

35: BEGIN
36:
37: SELECT cn_calc_ext_tables_s.nextval
38: INTO X_calc_ext_table_id
39: FROM dual;
40:
41: END Get_UID;
42:
43: -- ==========================================================================

Line 396: FROM dual;

392: l_attribute12,
393: l_attribute13,
394: l_attribute14,
395: l_attribute15
396: FROM dual;
397:
398: UPDATE cn_calc_ext_tables
399: SET
400: calc_ext_table_id = l_calc_ext_table_id,