DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on FA_MASS_ADDITIONS

Line 812: from fa_mass_additions faa,

808: CURSOR c_asset_key_active(p_asset_number IN fa_additions_b.asset_number%type)
809: IS
810: select faa.asset_key_ccid ccid,
811: fakw.concatenated_segments segs
812: from fa_mass_additions faa,
813: fa_asset_keywords_kfv fakw
814: where faa.asset_key_ccid = fakw.code_combination_id
815: and faa.asset_number = p_asset_number;
816: l_asset_key_active_rec c_asset_key_active%ROWTYPE;