DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PVT dependencies on PA_ASSIGNMENT_UTILS

Line 236: PA_ASSIGNMENT_UTILS.g_team_template_id := l_team_template_id;

232: itemkey => p_item_key,
233: aname => 'TEAM_TEMPLATE_ID');
234: --set the team template id token global variable so that the template
235: --name will show up in the error message.
236: PA_ASSIGNMENT_UTILS.g_team_template_id := l_team_template_id;
237:
238: l_project_id := WF_ENGINE.GetItemAttrNumber (itemtype => p_item_type,
239: itemkey => p_item_key,
240: aname => 'PROJECT_ID');

Line 506: -- PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id_tbl(l_index).team_template_id;

502: FOR l_index IN p_team_template_id_tbl.FIRST..p_team_template_id_tbl.LAST LOOP
503: */
504: --set the team template id token global variable so that the template
505: --name will show up in the error message.
506: -- PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id_tbl(l_index).team_template_id;
507: PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id;
508:
509: --if the team start date was not passed in then get it
510: l_team_start_date := p_team_start_date;

Line 507: PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id;

503: */
504: --set the team template id token global variable so that the template
505: --name will show up in the error message.
506: -- PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id_tbl(l_index).team_template_id;
507: PA_ASSIGNMENT_UTILS.g_team_template_id :=p_team_template_id;
508:
509: --if the team start date was not passed in then get it
510: l_team_start_date := p_team_start_date;
511:

Line 628: PA_ASSIGNMENT_UTILS.g_team_role_name_token := l_template_requirement_rec.assignment_name;

624: EXIT WHEN get_template_req_attributes%NOTFOUND;
625:
626: --set the assignment id token global variable so that the template
627: --name will show up in the error message.
628: PA_ASSIGNMENT_UTILS.g_team_role_name_token := l_template_requirement_rec.assignment_name;
629:
630: --set the project id into the pl/sql record.
631: l_template_requirement_rec.project_id := p_project_id;
632:

Line 655: pa_assignment_utils.Get_Default_Staffing_Owner

651:
652: END IF;
653:
654: --set default staffing owner
655: pa_assignment_utils.Get_Default_Staffing_Owner
656: ( p_project_id => p_project_id
657: ,p_exp_org_id => null
658: ,x_person_id => l_template_requirement_rec.staffing_owner_person_id
659: ,x_person_name => l_person_name