DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on FND_FLEX_VALUES

Line 4752: FROM fnd_flex_values

4748: AND ussgl_enabled_flag = 'Y')
4749: AND parent_flex_value IN
4750: (
4751: SELECT flex_value
4752: FROM fnd_flex_values
4753: WHERE flex_value_set_id = g_acc_value_set_id
4754: AND enabled_flag = 'Y'
4755: );
4756:

Line 5929: fnd_flex_values ffv

5925: l_acct_select := 'SELECT SUBSTR(ffv.compiled_value_attributes,5,1)
5926: FROM xla_ae_headers xh,
5927: xla_ae_lines xl,
5928: gl_code_combinations gcc,
5929: fnd_flex_values ffv
5930: WHERE xh.event_id = '||sla_event.event_id||
5931: ' AND xh.ae_header_id = xl.ae_header_id
5932: AND gcc.code_combination_id = xl.code_combination_id
5933: AND gcc.'||g_acct_segment_name||' = ffv.flex_value

Line 6010: FROM fnd_flex_values

6006: log(l_module, 'Begin');
6007: log(l_module, 'p_account_number: '||p_account_number);
6008: SELECT SUBSTR(compiled_value_attributes, 5, 1)
6009: INTO l_account_type
6010: FROM fnd_flex_values
6011: WHERE flex_value = p_account_number
6012: AND flex_value_set_id = g_acc_value_set_id;
6013:
6014: log(l_module, 'End');