DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on FND_FLEX_VALUES

Line 2322: fnd_flex_values ffv

2318: l_acct_select := 'SELECT SUBSTR(ffv.compiled_value_attributes,5,1)
2319: FROM xla_ae_headers xh,
2320: xla_ae_lines xl,
2321: gl_code_combinations gcc,
2322: fnd_flex_values ffv
2323: WHERE xh.event_id = '||sla_event.event_id||
2324: ' AND xh.ae_header_id = xl.ae_header_id
2325: AND gcc.code_combination_id = xl.code_combination_id
2326: AND gcc.'||gbl_acc_segment||' = ffv.flex_value

Line 2665: FROM fnd_flex_values

2661: --log(l_module_name, 'p_account_number: '||p_account_number);
2662:
2663: SELECT SUBSTR(compiled_value_attributes,5,1)
2664: INTO p_account_type
2665: FROM fnd_flex_values
2666: WHERE flex_value = p_account_number
2667: AND flex_value_set_id = gbl_acc_value_set_id;
2668:
2669: log(l_module_name, 'p_account_type: '||p_account_type);