DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_INSTALL_PARAMETERS

Line 3610: l_csi_param_rec csi_install_parameters%rowtype;

3606: p_eav_tbl IN csi_datastructures_pub.extend_attrib_values_tbl,
3607: p_pricing_tbl IN csi_datastructures_pub.pricing_attribs_tbl,
3608: x_return_status OUT NOCOPY varchar2)
3609: IS
3610: l_csi_param_rec csi_install_parameters%rowtype;
3611: BEGIN
3612:
3613: x_return_status := fnd_api.g_ret_sts_success;
3614:

Line 3618: FROM csi_install_parameters;

3614:
3615: api_log('sub_type_specific_vldns');
3616: /* commenting this for bug 4028827 . since we do not seem to have any usage currently for this Query
3617: SELECT * INTO l_csi_param_rec
3618: FROM csi_install_parameters;
3619: */
3620: debug('Instance Status ID :'||p_instance_rec.instance_status_id);
3621:
3622: -- check if an owner/account is passed if src_change_owner = 'E'