DBA Data[Home] [Help]

APPS.BEN_PREMIUM_PLAN_CONCURRENT dependencies on DUAL

Line 461: from sys.dual;

457: hr_utility.set_location('not skip...Inserting Ben_person_actions',28);
458: l_actn := 'Inserting Ben_person_actions...';
459: select ben_person_actions_s.nextval
460: into l_person_action_id
461: from sys.dual;
462:
463: insert into ben_person_actions
464: (person_action_id,
465: person_id,

Line 498: from sys.dual;

494: -- Select next sequence number for the range
495: --
496: select ben_batch_ranges_s.nextval
497: into l_range_id
498: from sys.dual;
499:
500: insert into ben_batch_ranges
501: (range_id,
502: benefit_action_id,

Line 530: from sys.dual;

526: hr_utility.set_location('Inserting Final Ben_batch_ranges',38);
527:
528: select ben_batch_ranges_s.nextval
529: into l_range_id
530: from sys.dual;
531:
532: insert into ben_batch_ranges
533: (range_id,
534: benefit_action_id,