DBA Data[Home] [Help]

APPS.SSPWSMAT_PKG dependencies on SSP_SAP_PKG

Line 43: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);

39: ) is
40:
41: BEGIN
42: if p_matching_date is not null then
43: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
44: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
45: end if;
46: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
47: END calculate_sap_form_fields;

Line 44: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);

40:
41: BEGIN
42: if p_matching_date is not null then
43: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
44: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
45: end if;
46: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
47: END calculate_sap_form_fields;
48:

Line 46: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);

42: if p_matching_date is not null then
43: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
44: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
45: end if;
46: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
47: END calculate_sap_form_fields;
48:
49: procedure calculate_smp_form_fields
50: (