DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_ADD_WARRANTIES

Line 1292: from fa_add_warranties

1288: -- Get warranty_id since it's not in the view
1289: begin
1290: select warranty_id
1291: into px_asset_desc_rec.warranty_id
1292: from fa_add_warranties
1293: where asset_id = p_asset_hdr_rec.asset_id
1294: and date_ineffective is NULL;
1295: exception
1296: when no_data_found then