DBA Data[Home] [Help]

APPS.FV_GTAS_AGENCY_ID_UPGRADE dependencies on FV_FUND_PARAMETERS

Line 696: UPDATE fv_fund_parameters

692: -- "C" of lookup FV_APPOR_CATEGORY.
693: -- Fund Category field of Define Fund Attributes form
694:
695: BEGIN
696: UPDATE fv_fund_parameters
697: SET fund_category = 'E'
698: WHERE fund_category = 'C';
699: EXCEPTION
700: WHEN OTHERS THEN

Line 1029: UPDATE fv_fund_parameters

1025:
1026: --5)Update Outlays BEA Category Code.
1027: --New required field added in GTAS
1028: BEGIN
1029: UPDATE fv_fund_parameters
1030: SET outlays_bea_category_code = bea_category
1031: WHERE outlays_bea_category_code IS NULL;
1032: EXCEPTION
1033: WHEN OTHERS THEN