DBA Data[Home] [Help]

APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_TRANSMIT_VALUES_S

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;