DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FA_CATEGORIES

Line 19563: FROM fa_categories

19559: debug_info := 'Verify Asset Category since it is not null';
19560: BEGIN
19561: SELECT 'Asset Category found'
19562: INTO l_valid_asset_category
19563: FROM fa_categories
19564: WHERE category_id = p_invoice_lines_rec.asset_category_id;
19565:
19566: EXCEPTION
19567: WHEN no_data_found then