DBA Data[Home] [Help]

APPS.PA_PROJECT_DATES_UTILS dependencies on PA_TEAM_TEMPLATES

Line 1175: FROM pa_team_templates

1171:
1172: /*Fix for Bug 6856082 starts*/
1173: CURSOR get_team_start_date(l_template_id NUMBER) IS
1174: SELECT team_start_date
1175: FROM pa_team_templates
1176: WHERE team_template_id = l_template_id;
1177: /*Fix for Bug 6856082 ends*/
1178: BEGIN
1179: