DBA Data[Home] [Help]

APPS.IRC_IID_BUS dependencies on PER_EVENTS

Line 148: ,p_descflex_name => 'PER_EVENTS'

144: -- b) During insert.
145: --
146: hr_dflex_utility.ins_or_upd_descflex_attribs
147: (p_appl_short_name => 'PER'
148: ,p_descflex_name => 'PER_EVENTS'
149: ,p_attribute_category => p_rec.iid_information_category
150: ,p_attribute1_name => 'iid_information1'
151: ,p_attribute1_value => p_rec.iid_information1
152: ,p_attribute2_name => 'iid_information2'

Line 605: from per_events

601: ) is
602: l_rec_exists number;
603: cursor csr_event_exists is
604: select 1
605: from per_events
606: where event_id = p_rec.event_id;
607: Begin
608: open csr_event_exists;
609: fetch csr_event_exists into l_rec_exists;