DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on FND_ID_FLEX_STRUCTURES

Line 1116: from fnd_id_flex_structures

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