DBA Data[Home] [Help]

APPS.SSPWSMAT_PKG dependencies on SSP_PAB_PKG

Line 13: p_ewc := ssp_pab_pkg.expected_week_of_confinement (p_due_date);

9: p_cont_emp_start_date in out NOCOPY date
10: ) is
11:
12: BEGIN
13: p_ewc := ssp_pab_pkg.expected_week_of_confinement (p_due_date);
14: p_qw := ssp_pab_pkg.qualifying_week (p_due_date);
15: p_cont_emp_start_date := ssp_pab_pkg.continuous_employment_date(p_due_date);
16: END calculate_pab_form_fields;
17:

Line 14: p_qw := ssp_pab_pkg.qualifying_week (p_due_date);

10: ) is
11:
12: BEGIN
13: p_ewc := ssp_pab_pkg.expected_week_of_confinement (p_due_date);
14: p_qw := ssp_pab_pkg.qualifying_week (p_due_date);
15: p_cont_emp_start_date := ssp_pab_pkg.continuous_employment_date(p_due_date);
16: END calculate_pab_form_fields;
17:
18: procedure calculate_pad_form_fields

Line 15: p_cont_emp_start_date := ssp_pab_pkg.continuous_employment_date(p_due_date);

11:
12: BEGIN
13: p_ewc := ssp_pab_pkg.expected_week_of_confinement (p_due_date);
14: p_qw := ssp_pab_pkg.qualifying_week (p_due_date);
15: p_cont_emp_start_date := ssp_pab_pkg.continuous_employment_date(p_due_date);
16: END calculate_pab_form_fields;
17:
18: procedure calculate_pad_form_fields
19: (