DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on FV_FACTS_ATTRIBUTES

Line 126: v_acct_num fv_Facts_attributes.facts_acct_number%TYPE ;

122: v_prn_prg_val_set_id fnd_flex_value_sets.flex_value_set_id%TYPE ;
123: v_cohort_select Varchar2(20) ;
124: v_cohort_where Varchar2(120) ;
125: v_chart_of_accounts_id gl_code_combinations.chart_of_accounts_id%TYPE ;
126: v_acct_num fv_Facts_attributes.facts_acct_number%TYPE ;
127: v_sgl_acct_num fv_facts_ussgl_accounts.ussgl_account%TYPE ;
128: v_ccid number;
129: vl_ccid number;
130: v_g_edit_check_code number(15);

Line 1887: -- segment from FV_FACTS_ATTRIBUTES table and load them into global

1883: -- -------------------------------------------------------------------
1884: -- PROCEDURE LOAD_FACTS_ATTRIBUTES
1885: -- -------------------------------------------------------------------
1886: -- This procedure selects the attributes for the Account number
1887: -- segment from FV_FACTS_ATTRIBUTES table and load them into global
1888: -- variables for usage in the FACTS Main process. It also calculates
1889: -- one time pull up values for the account number that does not
1890: -- require drill down into GL transactions.
1891: -- ------------------------------------------------------------------

Line 1942: FROM FV_FACTS_ATTRIBUTES

1938: va_deficiency_flag,
1939: va_function_flag,
1940: va_advance_flag,
1941: va_transfer_ind
1942: FROM FV_FACTS_ATTRIBUTES
1943: WHERE Facts_Acct_Number = acct_num
1944: and set_of_books_id = vp_set_of_books_id ;
1945:
1946: IF NOT v_year_gtn2001 THEN

Line 2093: -- Transaction Partner Value derived from FV_FACTS_ATTRIBUTES table

2089: Else
2090: va_authority_type_val := va_authority_type_flag ;
2091: End If ;
2092: --------------------------------------------------------------------
2093: -- Transaction Partner Value derived from FV_FACTS_ATTRIBUTES table
2094: --------------------------------------------------------------------
2095: --------------------------------------------------------------------
2096: -- Deriving Reimburseable Flag Value
2097: --------------------------------------------------------------------