DBA Data[Home] [Help]

APPS.AMS_ATCH_UPGRADE dependencies on FND_LOBS_S

Line 39: select fnd_lobs_s.nextval

35:
36: l_lob_id number;
37:
38: cursor c_get_next_lob_id is
39: select fnd_lobs_s.nextval
40: from dual;
41:
42:
43: BEGIN