DBA Data[Home] [Help]

APPS.PAY_PGL_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 71: from fnd_id_flex_segments

67: cursor c(l_flex_code VARCHAR2
68: ,l_flex_num NUMBER
69: ,l_column_name VARCHAR2) is
70: select segment_name
71: from fnd_id_flex_segments
72: where id_flex_code = l_flex_code
73: and id_flex_num = l_flex_num
74: and enabled_flag = 'Y'
75: and application_column_name = l_column_name;