DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on SSP_WITHHOLDING_REASONS

Line 408: from ssp_withholding_reasons

404: --
405: -- Get the reason id.
406: --
407: select reason_id
408: from ssp_withholding_reasons
409: where upper (reason) = upper (p_reason)
410: and element_type_id = p_element_type_id;
411: --
412: l_reason_id number;