DBA Data[Home] [Help]

APPS.FV_GTAS_INTERFACE dependencies on FND_FLEX_APIS

Line 483: l_segment_found := FND_FLEX_APIS.get_segment_column

479: log(l_module_name, 'COA ID: '||gbl_coa_id);
480:
481: -- Get Balancing Segment Name
482: -----------------------------
483: l_segment_found := FND_FLEX_APIS.get_segment_column
484: (l_app_id,
485: l_flex_code,
486: gbl_coa_id,
487: 'GL_BALANCING',

Line 496: l_segment_found := FND_FLEX_APIS.get_segment_column

492: END IF;
493:
494: -- Get Accounting Segment Name
495: ------------------------------
496: l_segment_found := FND_FLEX_APIS.get_segment_column
497: (l_app_id,
498: l_flex_code,
499: gbl_coa_id,
500: 'GL_ACCOUNT',