DBA Data[Home] [Help]

APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_TRANSMIT_VALUES

Line 145: INSERT INTO iby_transmit_values

141: (lx_rowid,l_config_id,1,null,'IBY_DELIVERY_ENVELOPE',
142: null,l_config_name,sysdate,fnd_global.user_id,sysdate,
143: fnd_global.user_id,fnd_global.login_id);
144:
145: INSERT INTO iby_transmit_values
146: (transmit_value_id, transmit_configuration_id, transmit_parameter_code,
147: transmit_varchar2_value, transmit_number_value, transmit_date_value,
148: created_by, creation_date, last_updated_by, last_update_date,
149: last_update_login, object_version_number)

Line 151: (iby_transmit_values_s.nextval, l_config_id, 'WEB_URL',

147: transmit_varchar2_value, transmit_number_value, transmit_date_value,
148: created_by, creation_date, last_updated_by, last_update_date,
149: last_update_login, object_version_number)
150: VALUES
151: (iby_transmit_values_s.nextval, l_config_id, 'WEB_URL',
152: l_url, null, null,
153: fnd_global.user_id, sysdate, fnd_global.user_id, sysdate,
154: fnd_global.login_id, 1);
155: END IF;