DBA Data[Home] [Help]

APPS.SSPWSMAT_PKG dependencies on SSP_PAD_PKG

Line 27: p_qw := ssp_pad_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);

23: ) is
24:
25: BEGIN
26: if p_matching_date is not null then
27: p_qw := ssp_pad_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
28: p_cont_emp_start_date := ssp_pad_pkg.continuous_employment_date(p_matching_date);
29: end if;
30: END calculate_pad_form_fields;
31:

Line 28: p_cont_emp_start_date := ssp_pad_pkg.continuous_employment_date(p_matching_date);

24:
25: BEGIN
26: if p_matching_date is not null then
27: p_qw := ssp_pad_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
28: p_cont_emp_start_date := ssp_pad_pkg.continuous_employment_date(p_matching_date);
29: end if;
30: END calculate_pad_form_fields;
31:
32: procedure calculate_apab_form_fields