DBA Data[Home] [Help]

APPS.PER_US_VETS_100A_SINGLE_PKG dependencies on HR_REPORTS

Line 1104: l_business_group_name := hr_reports.get_business_group(p_business_group_id);

1100: end vets_data;
1101:
1102: begin
1103:
1104: l_business_group_name := hr_reports.get_business_group(p_business_group_id);
1105: P_DATE_END1 := fnd_date.canonical_to_date(P_DATE_END);
1106: c_report_year := to_char(fnd_date.canonical_to_date(P_DATE_END),'RRRR');
1107: c_report_month := to_char(fnd_date.canonical_to_date(P_DATE_END),'MM');
1108: c_report_day := to_char(fnd_date.canonical_to_date(P_DATE_END),'DD');