DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on SSP_ERN_INS

Line 21: from ssp_ern_ins

17: 03 Oct 02 V Khandelwal 2690305 Created from SSP_SMP_PKG
18: 27 Jan 03 G Butler nocopy fix to average_earnings -
19: added 2nd dummy variable to act as
20: placeholder variable for OUT param
21: from ssp_ern_ins
22: 01 Feb 03 A Blinko 2774865 Added code for disrupted placement
23: 03 Feb 03 A Blinko disrupted placement stop only created
24: if before end of APP Period
25: 06 Feb 03 A Blinko 2779883 Fixed Employee died stoppage

Line 295: ssp_ern_ins.ins (p_earnings_calculations_id => l_dummy,

291: open csr_average_earnings;
292: fetch csr_average_earnings into l_average_earnings;
293: if csr_average_earnings%notfound
294: then
295: ssp_ern_ins.ins (p_earnings_calculations_id => l_dummy,
296: p_object_version_number => l_dummy2,
297: p_person_id => person.person_id,
298: p_effective_date => l_effective_date,
299: p_average_earnings_amount => l_average_earnings,