DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on FND_ID_FLEX_SEGMENTS

Line 1129: from fnd_id_flex_segments

1125:
1126: -- Get the segments in the order defined in the structure
1127: cursor c_application_column_name is
1128: select application_column_name
1129: from fnd_id_flex_segments
1130: where id_flex_num = p_id_flex_num
1131: and application_id = 801
1132: and id_flex_code = 'GRP'
1133: and enabled_flag = 'Y'