DBA Data[Home] [Help]

APPS.FND_TXK_TECH_INT_PKG dependencies on FND_LOBS

Line 38: || Purpose : stores the bpel parameters in fnd_lobs

34: IS
35: /*
36: || Created By : upinjark
37: || Created On : 17-Jun-2009
38: || Purpose : stores the bpel parameters in fnd_lobs
39: || Known limitations, enhancements or remarks :
40: ||
41: || Change History :
42: || Who When What

Line 86: || Purpose : TO remove bpel info from fnd_lobs and fnd_preference

82: IS
83: /*
84: || Created By : upinjark
85: || Created On : 17-JUN-2009
86: || Purpose : TO remove bpel info from fnd_lobs and fnd_preference
87: || Known limitations, enhancements or remarks :
88: || Change History :
89: || Who When What
90: || (reverse chronological order - newest change first)

Line 116: delete from fnd_lobs where file_id = l_old_file_id;

112: and USER_NAME = '#INTERNAL' ;
113:
114: if l_old_file_id is not null then
115: -- delete fnd_lob rows for the file id and file_name = EbsBpelGlobal.properties ...
116: delete from fnd_lobs where file_id = l_old_file_id;
117: -- delete fnd_preference rows for
118: fnd_preference.remove('#INTERNAL', 'BPEL_INT', 'TXK_BPEL_FILE_ID_'|| l_old_file_id );
119: end if;
120: