DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on BEN_PERSON_ACTIONS_S

Line 6026: select ben_person_actions_s.nextval

6022: l_num_rows := l_num_rows + 1;
6023: --
6024: l_person_action_id.extend(1);
6025: --
6026: select ben_person_actions_s.nextval
6027: into l_person_action_id(l_num_rows)
6028: from sys.dual;
6029: --
6030: l_person_id.extend(1);