DBA Data[Home] [Help]

APPS.PER_ASG_BUS3 dependencies on FND_ID_FLEX_STRUCTURES

Line 167: from fnd_id_flex_structures fnd

163: l_collective_agreement_id number;
164: --
165: cursor csr_in_fnd_id_flex is
166: select null
167: from fnd_id_flex_structures fnd
168: where fnd.id_flex_code = 'CAGR';
169: --
170: cursor csr_in_cagr_grade_structs is
171: select null

Line 222: -- It must exist on fnd_id_flex_structures (It cannot be null here)

218: hr_utility.set_location(l_proc, 50);
219: hr_utility.set_message(800, 'PER_52806_CAGR_STRUCT_GRADE');
220: hr_utility.raise_error;
221: Else
222: -- It must exist on fnd_id_flex_structures (It cannot be null here)
223: Open csr_in_fnd_id_flex;
224: Fetch csr_in_fnd_id_flex Into l_exists;
225: If csr_in_fnd_id_flex%notfound then
226: --