DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on BEN_PERSON_ACTIONS_S

Line 5994: select ben_person_actions_s.nextval

5990: l_num_rows := l_num_rows + 1;
5991: --
5992: l_person_action_id.extend(1);
5993: --
5994: select ben_person_actions_s.nextval
5995: into l_person_action_id(l_num_rows)
5996: from sys.dual;
5997: --
5998: l_person_id.extend(1);