DBA Data[Home] [Help]

APPS.AMS_ATCH_UPGRADE dependencies on FND_LOBS

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

Line 56: --insert an empty lob into fnd_lobs

52: CLOSE c_get_next_lob_id;
53:
54: x_file_id := l_lob_id;
55:
56: --insert an empty lob into fnd_lobs
57: insert
58: into
59: fnd_lobs
60: (file_id,

Line 59: fnd_lobs

55:
56: --insert an empty lob into fnd_lobs
57: insert
58: into
59: fnd_lobs
60: (file_id,
61: file_name,
62: file_content_type,
63: file_data,