DBA Data[Home] [Help]

APPS.PER_ANC_SHD dependencies on FND_ID_FLEX_STRUCTURES

Line 57: fnd_id_flex_structures fs

53: --
54: cursor ancsel is
55: select 1
56: from per_special_info_types pc,
57: fnd_id_flex_structures fs
58: where fs.id_flex_num = pc.id_flex_num
59: and fs.id_flex_code = 'PEA'
60: and pc.enabled_flag = 'Y'
61: and pc.business_group_id + 0 = p_business_group_id

Line 69: from fnd_id_flex_structures fs

65: -- note: only called when cursor ancsel fails
66: --
67: cursor ancerrsel1 is
68: select 1
69: from fnd_id_flex_structures fs
70: where fs.id_flex_num = p_id_flex_num
71: and fs.id_flex_code = 'PEA';
72: --
73: -- the cursor ancerrsel2 determines if the id_flex_num is valid for