DBA Data[Home] [Help]

APPS.FV_UPG_FACTS_EB_TO_GTAS dependencies on FND_FLEX_APIS

Line 233: l_segment_found := FND_FLEX_APIS.get_segment_column(l_app_id,

229:
230: log(l_module, 'COA ID: ' || g_coa_id);
231:
232: -- Get Balancing Segment Name
233: l_segment_found := FND_FLEX_APIS.get_segment_column(l_app_id,
234: l_flex_code,
235: g_coa_id,
236: 'GL_BALANCING',
237: g_bal_segment);

Line 244: l_segment_found := FND_FLEX_APIS.get_segment_column(l_app_id,

240: END IF;
241: log(l_module, 'Balancing Segment: ' || g_bal_segment);
242:
243: -- Get Accounting Segment Name
244: l_segment_found := FND_FLEX_APIS.get_segment_column(l_app_id,
245: l_flex_code,
246: g_coa_id,
247: 'GL_ACCOUNT',
248: g_acc_segment);