DBA Data[Home] [Help]

APPS.JL_ZZ_GLOBE_VAL_PKG dependencies on FA_ADDITIONS

Line 505: FROM fa_additions

501:
502: BEGIN
503: SELECT global_attribute1
504: INTO p_last_start_date
505: FROM fa_additions
506: WHERE asset_id = p_asset_id;
507: EXCEPTION
508: WHEN OTHERS THEN
509: RAISE PROGRAM_ERROR;