DBA Data[Home] [Help]

APPS.FA_SORP_UPG_PKG dependencies on GL_CODE_COMBINATIONS_KFV

Line 31: FROM gl_code_combinations_kfv

27: IS
28: CURSOR c_ccid_cur
29: IS
30: SELECT code_combination_id
31: FROM gl_code_combinations_kfv
32: WHERE chart_of_accounts_id = p_acct_flex_struct
33: AND concatenated_segments = p_account;
34:
35: v_ccid NUMBER;

Line 74: || ' from GL_CODE_COMBINATIONS_KFV where chart_of_accounts_id = '

70:
71: l_string :=
72: 'SELECT '
73: || v_appl_col_name
74: || ' from GL_CODE_COMBINATIONS_KFV where chart_of_accounts_id = '
75: || p_acct_flex_struct
76: || ' and code_combination_id = '
77: || p_ccid;
78: