DBA Data[Home] [Help]

APPS.PA_PROJECT_DATES_UTILS dependencies on PA_TEAM_TEMPLATES

Line 1518: FROM pa_team_templates

1514:
1515: /*Fix for Bug 6856082 starts*/
1516: CURSOR get_team_start_date(l_template_id NUMBER) IS
1517: SELECT team_start_date
1518: FROM pa_team_templates
1519: WHERE team_template_id = l_template_id;
1520: /*Fix for Bug 6856082 ends*/
1521: BEGIN
1522: