DBA Data[Home] [Help]

APPS.FII_GL_BIS_MSC_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 17: FROM FND_ID_FLEX_SEGMENTS

13: /* Retrieve the segment number for the chart of account id
14: and segment name combination */
15: SELECT segment_num
16: INTO l_segment_num
17: FROM FND_ID_FLEX_SEGMENTS
18: WHERE application_id = 101
19: AND id_flex_code = 'GL#'
20: AND id_flex_num = p_coa_id
21: AND application_column_name = p_column_name;