DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on SSP_WITHHOLDING_REASONS

Line 449: from ssp_withholding_reasons

445: --
446: -- Get the reason id.
447: --
448: select reason_id
449: from ssp_withholding_reasons
450: where upper (reason) = upper (p_reason)
451: and element_type_id = p_element_type_id;
452: --
453: l_reason_id number;