DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on FND_FLEX_APIS

Line 323: FND_FLEX_APIS.get_segment_column (l_app_id, l_flex_code, gbl_coa_id,

319:
320: log(l_module_name, 'COA ID: '||gbl_coa_id);
321: -- Get Balancing Segment Name
322: l_segment_found :=
323: FND_FLEX_APIS.get_segment_column (l_app_id, l_flex_code, gbl_coa_id,
324: 'GL_BALANCING', gbl_bal_segment) ;
325: IF NOT l_segment_found THEN
326: RAISE invalid_bal_segment;
327: END IF;

Line 332: FND_FLEX_APIS.get_segment_column (l_app_id, l_flex_code, gbl_coa_id,

328: log(l_module_name, 'Balancing Segment: '||gbl_bal_segment);
329:
330: -- Get Accounting Segment Name
331: l_segment_found :=
332: FND_FLEX_APIS.get_segment_column (l_app_id, l_flex_code, gbl_coa_id,
333: 'GL_ACCOUNT', gbl_acc_segment);
334:
335: IF NOT l_segment_found THEN
336: RAISE invalid_acc_segment;