DBA Data[Home] [Help]

APPS.SSP_STP_BUS dependencies on SSP_WITHHOLDING_REASONS

Line 48: from ssp_withholding_reasons

44: --
45: -- Get the details of the withholding reason for the stoppage
46: --
47: select *
48: from ssp_withholding_reasons
49: where reason_id = p_rec.reason_id;
50: --
51: l_withholding_reason csr_withholding_reason%rowtype;
52: --