DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on FND_ID_FLEX_STRUCTURES

Line 1119: from fnd_id_flex_structures

1115: -- 2940151 --cursors
1116: -- Get the delimiter for the kff structure
1117: cursor c_delimiter is
1118: select concatenated_segment_delimiter
1119: from fnd_id_flex_structures
1120: where id_flex_num = p_id_flex_num
1121: and application_id = 801
1122: and id_flex_code = 'GRP';
1123: