DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on FV_FACTS_BUDGET_ACCOUNTS

Line 2122: From fv_facts_budget_accounts ffba,

2118: from fv_fund_parameters_all
2119: where fund_value = vl_fund_value
2120: and set_of_books_id = vp_set_of_books_id;
2121:
2122: From fv_facts_budget_accounts ffba,
2123:
2124: fv_facts_federal_accounts fffa,
2125: fv_treasury_symbols fts ,
2126: fv_facts_bud_fed_accts ffbfa

Line 2152: From fv_facts_budget_accounts ffba,

2148: If va_function_flag = 'Y' then
2149: Begin
2150: Select RPAD(substr(ffba.budget_function,1,3), 3)
2151: Into va_budget_function
2152: From fv_facts_budget_accounts ffba,
2153: fv_facts_federal_accounts fffa,
2154: fv_treasury_symbols fts ,
2155: fv_facts_bud_fed_accts ffbfa
2156: Where fts.federal_acct_symbol_id = fffa.federal_acct_symbol_id

Line 2179: From fv_facts_budget_accounts ffba,

2175: If va_borrowing_source_flag = 'Y' then
2176: Begin
2177: Select RPAD(substr(ffba.borrowing_source,1,6), 6)
2178: Into va_borrowing_source_val
2179: From fv_facts_budget_accounts ffba,
2180: fv_facts_federal_accounts fffa,
2181: fv_treasury_symbols fts ,
2182: fv_facts_bud_fed_accts ffbfa
2183: Where fts.federal_acct_symbol_id = fffa.federal_acct_symbol_id