DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FA_CATEGORIES

Line 21365: FROM fa_categories

21361: debug_info := 'Verify Asset Category since it is not null';
21362: BEGIN
21363: SELECT 'Asset Category found'
21364: INTO l_valid_asset_category
21365: FROM fa_categories
21366: WHERE category_id = p_invoice_lines_rec.asset_category_id;
21367:
21368: EXCEPTION
21369: WHEN no_data_found then