DBA Data[Home] [Help]

APPS.FA_MASSADD_PREP_ENERGY_PKG dependencies on DUAL

Line 363: FROM DUAL;

359: EXCEPTION
360: WHEN no_data_found THEN
361: SELECT FA_Asset_keywords_S.Nextval
362: INTO akey_ccid_seq
363: FROM DUAL;
364: l_debug_str := 'Insert the asset key';
365: if (p_log_level_rec.statement_level) then
366: fa_debug_pkg.add(l_calling_fn,
367: l_debug_str,

Line 457: FROM DUAL;

453: exception
454: when no_data_found then
455: SELECT FA_Asset_keywords_S.Nextval
456: INTO akey_ccid_seq
457: FROM DUAL;
458: INSERT INTO fa_asset_keywords
459: (CODE_COMBINATION_ID,
460: SEGMENT1,
461: SEGMENT2,