DBA Data[Home] [Help]

APPS.SSPWSMAT_PKG dependencies on SSP_SAP_PKG

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

78: ) is
79:
80: BEGIN
81: if p_matching_date is not null then
82: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
83: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
84: end if;
85: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
86: END calculate_sap_form_fields;

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

79:
80: BEGIN
81: if p_matching_date is not null then
82: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
83: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
84: end if;
85: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
86: END calculate_sap_form_fields;
87:

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

81: if p_matching_date is not null then
82: p_qw := ssp_sap_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
83: p_cont_emp_start_date :=ssp_sap_pkg.continuous_employment_date (p_matching_date);
84: end if;
85: p_earliest_mpp_start := ssp_sap_pkg.EARLIEST_APP_START_DATE (p_due_date);
86: END calculate_sap_form_fields;
87:
88: procedure calculate_smp_form_fields
89: (