DBA Data[Home] [Help]

APPS.HR_SIT_API dependencies on FND_ID_FLEX_STRUCTURES

Line 139: fnd_id_flex_structures fs

135: --
136: cursor ancsel is
137: select 1
138: from per_special_info_types pc,
139: fnd_id_flex_structures fs
140: where fs.id_flex_num = pc.id_flex_num
141: and fs.id_flex_code = 'PEA'
142: and pc.enabled_flag = 'Y'
143: and pc.business_group_id + 0 = p_business_group_id

Line 151: from fnd_id_flex_structures fs

147: -- note: only called when cursor ancsel fails
148: --
149: cursor ancerrsel1 is
150: select 1
151: from fnd_id_flex_structures fs
152: where fs.id_flex_num = p_id_flex_num
153: and fs.id_flex_code = 'PEA';
154: --
155: -- the cursor ancerrsel2 determines if the id_flex_num is valid for