DBA Data[Home] [Help]

APPS.FV_GTAS_INTERFACE dependencies on FV_PYA_FISCALYEAR_MAP

Line 713: vl_fyr_segment_value fv_pya_fiscalyear_map.fyr_segment_value%type;

709: l_bsc fv_fund_parameters.BORROWING_SOURCE_CODE%type;
710: l_drc fv_fund_parameters.DIRECT_OR_REIMB_CODE%type;
711: l_Financing_Account fv_Treasury_symbols.financing_account%type;
712: l_cohort_seg_name fv_pya_fiscalyear_segment.cohort_segment_name%type;
713: vl_fyr_segment_value fv_pya_fiscalyear_map.fyr_segment_value%type;
714: select_stmt VARCHAR2(10000);
715: Vl_Cursor Integer;
716: Vl_Prc_Val Varchar2(4);
717: I integer;

Line 1266: FROM fv_pya_fiscalyear_map

1262: l_financing_account NOT IN ('D','G')) Then
1263: BEGIN
1264: SELECT fyr_segment_value
1265: INTO vl_fyr_segment_value
1266: FROM fv_pya_fiscalyear_map
1267: Where Period_Year = gbl_period_year
1268: AND set_of_books_id = gbl_set_of_books_id;
1269: EXCEPTION
1270: WHEN NO_DATA_FOUND THEN