DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_INSTALL_PARAMETERS

Line 3702: l_csi_param_rec csi_install_parameters%rowtype;

3698: p_eav_tbl IN csi_datastructures_pub.extend_attrib_values_tbl,
3699: p_pricing_tbl IN csi_datastructures_pub.pricing_attribs_tbl,
3700: x_return_status OUT NOCOPY varchar2)
3701: IS
3702: l_csi_param_rec csi_install_parameters%rowtype;
3703: BEGIN
3704:
3705: x_return_status := fnd_api.g_ret_sts_success;
3706:

Line 3710: FROM csi_install_parameters;

3706:
3707: api_log('sub_type_specific_vldns');
3708: /* commenting this for bug 4028827 . since we do not seem to have any usage currently for this Query
3709: SELECT * INTO l_csi_param_rec
3710: FROM csi_install_parameters;
3711: */
3712: debug('Instance Status ID :'||p_instance_rec.instance_status_id);
3713:
3714: -- check if an owner/account is passed if src_change_owner = 'E'