DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_STARTUP

Line 670: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;

666: Need to avoid the LOV ID clearing check implemented in most validation packages.
667: Since only the ids are passed in and not the names.
668: */
669:
670: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
671: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
672: PA_STARTUP.G_Check_ID_Flag := 'N';
673: END IF;
674:

Line 671: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN

667: Since only the ids are passed in and not the names.
668: */
669:
670: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
671: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
672: PA_STARTUP.G_Check_ID_Flag := 'N';
673: END IF;
674:
675: --

Line 672: PA_STARTUP.G_Check_ID_Flag := 'N';

668: */
669:
670: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
671: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
672: PA_STARTUP.G_Check_ID_Flag := 'N';
673: END IF;
674:
675: --
676: -- Validate Role details

Line 681: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

677: --
678:
679: PA_ROLE_UTILS.Check_Role_Name_Or_Id( p_role_id => l_assignment_rec.project_role_id
680: ,p_role_name => p_role_name
681: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
682: --,x_role_id => l_assignment_rec.project_role_id Bug: 4537865
683: ,x_role_id => l_new_project_role_id -- Bug: 4537865
684: ,x_return_status => l_return_status
685: ,x_error_message_code => l_error_message_code );

Line 833: PA_STARTUP.G_Check_ID_Flag := l_check_id_flag;

829: ,x_msg_data => x_msg_data
830: );
831:
832: --set the global check_id_flag back to the orignal
833: PA_STARTUP.G_Check_ID_Flag := l_check_id_flag;
834:
835: --
836: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
837: --

Line 1070: --IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN

1066:
1067: -- Bug 2513254
1068: -- Comment this IF condition out so that this part of the code will be executed
1069: -- within workflow autonomous transaction
1070: --IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
1071:
1072: --When project number is present, do the Project Number validation
1073: --IF project number is present, but not project id, then get the defaults from project table
1074: -- IF the passed in calendar type is 'PROJECT', then use the default Calendar.

Line 1097: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1093: --Do Number to ID validation
1094: PA_PROJECT_UTILS2.Check_Project_Number_Or_Id
1095: ( p_project_id => l_assignment_rec.project_id
1096: ,p_project_number => p_project_number
1097: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1098: ,x_project_id => l_project_id
1099: ,x_return_status => l_return_status
1100: ,x_error_message_code => l_error_message_code );
1101:

Line 1229: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1225: END IF; -- resource id not null
1226:
1227: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => l_resource_source_id
1228: ,p_resource_name => p_resource_name
1229: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1230: ,p_date => l_assignment_rec.start_date
1231: ,p_end_date => l_assignment_rec.end_date -- 3235018 : Added this
1232: --,x_resource_id => l_resource_source_id * Bug: 4537865
1233: ,x_resource_id => l_new_resource_source_id --Bug: 4537865

Line 1290: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1286:
1287: PA_PROJECT_STUS_UTILS.Check_Status_Name_Or_Code ( p_status_code => l_status_code
1288: ,p_status_name => p_project_status_name
1289: ,p_status_type => l_project_status_type
1290: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1291: ,x_status_code => l_assignment_rec.status_code
1292: ,x_return_status => l_return_status
1293: ,x_error_message_code => l_error_message_code);
1294: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1314: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1310: l_temp_staff_owner_person_id := l_assignment_rec.staffing_owner_person_id;
1311: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id (
1312: p_resource_id => l_temp_staff_owner_person_id
1313: ,p_resource_name => p_staffing_owner_name
1314: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1315: ,p_date => sysdate
1316: ,x_resource_id => l_assignment_rec.staffing_owner_person_id
1317: ,x_resource_type_id => l_resource_type_id
1318: ,x_return_status => l_return_status

Line 1390: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1386: PA_ROLE_UTILS.Check_Role_RoleList ( p_role_id => l_assignment_rec.project_role_id
1387: ,p_role_name => p_project_role_name
1388: ,p_role_list_id => l_role_list_id
1389: ,p_role_list_name => NULL
1390: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1391: --,x_role_id => l_assignment_rec.project_role_id Bug: 4537865
1392: ,x_role_id => l_new_project_role_id --Bug: 4537865
1393: --,x_role_list_id => l_role_list_id Bug: 4537865
1394: ,x_role_list_id => l_new_role_list_id --Bug: 4537865

Line 1425: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1421: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
1422:
1423: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
1424: ,p_country_name => p_location_country_name
1425: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1426: ,x_country_code => l_location_country_code
1427: ,x_return_status => l_return_status
1428: ,x_error_message_code => l_error_message_code );
1429: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1530: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1526:
1527: PA_PROJECT_SUBTEAM_UTILS.Check_Subteam_Name_Or_Id( p_subteam_name => p_project_subteam_name
1528: ,p_object_type => l_object_type
1529: ,p_object_id => l_object_id
1530: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1531: ,x_subteam_id => l_subteam_id
1532: ,x_return_status => l_return_status
1533: ,x_error_message_code => l_error_message_code );
1534: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1565: IF ((l_assignment_rec.calendar_type = 'OTHER' AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE')

1561: --Calendar validation is only necessary when
1562: -- 1) For self-service, only Other calendar type need the check (since the project calendar is not user entered)
1563: -- 2) For non self-service, resource calendar does not need to be checked.
1564:
1565: IF ((l_assignment_rec.calendar_type = 'OTHER' AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE')
1566: OR (l_assignment_rec.calendar_type <> 'RESOURCE' AND PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE')) THEN
1567:
1568: IF P_DEBUG_MODE = 'Y' THEN
1569: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'

Line 1566: OR (l_assignment_rec.calendar_type <> 'RESOURCE' AND PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE')) THEN

1562: -- 1) For self-service, only Other calendar type need the check (since the project calendar is not user entered)
1563: -- 2) For non self-service, resource calendar does not need to be checked.
1564:
1565: IF ((l_assignment_rec.calendar_type = 'OTHER' AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE')
1566: OR (l_assignment_rec.calendar_type <> 'RESOURCE' AND PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE')) THEN
1567:
1568: IF P_DEBUG_MODE = 'Y' THEN
1569: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'
1570: ,x_msg => 'cal_id='||l_assignment_rec.calendar_id||

Line 1592: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1588: -- If calendar name is valid and calendar_id is null then returns the calendar_id
1589: --
1590: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_assignment_rec.calendar_id
1591: ,p_calendar_name => p_calendar_name
1592: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1593: --,x_calendar_id => l_assignment_rec.calendar_id * Bug: 4537865
1594: ,x_calendar_id => l_new_calendar_id --Bug: 4537865
1595: ,x_return_status => l_return_status
1596: ,x_error_message_code => l_error_message_code );

Line 1625: ', flag='||PA_STARTUP.G_Check_ID_Flag

1621: IF P_DEBUG_MODE = 'Y' THEN
1622: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'
1623: ,x_msg => 'work_type_id='||l_assignment_rec.work_type_id||
1624: ', work_type_name='||p_work_type_name||
1625: ', flag='||PA_STARTUP.G_Check_ID_Flag
1626: ,x_log_level => li_message_level);
1627: END IF;
1628:
1629: -- Bug 4499172

Line 1633: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1629: -- Bug 4499172
1630: l_temp_work_type_id := l_assignment_rec.work_type_id;
1631: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_temp_work_type_id
1632: ,p_name => p_work_type_name
1633: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1634: ,x_work_type_id => l_assignment_rec.work_type_id
1635: ,x_return_status => l_return_status
1636: ,x_error_message_code => l_error_message_code );
1637:

Line 1682: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1678: l_temp_expenditure_type_class := l_assignment_rec.expenditure_type_class;
1679: PA_EXPENDITURES_UTILS.Check_Exp_Type_Class_Code(
1680: p_sys_link_func => l_temp_expenditure_type_class
1681: ,p_exp_meaning => NULL
1682: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1683: ,x_sys_link_func => l_assignment_rec.expenditure_type_class
1684: ,x_return_status => l_return_status
1685: ,x_error_message_code=> l_error_message_code) ;
1686: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1755: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1751: (p_staffing_priority_name IS NOT NULL AND p_staffing_priority_name <> FND_API.G_MISS_CHAR) THEN
1752:
1753: PA_ASSIGNMENT_UTILS.Check_STF_PriorityName_Or_Code (p_staffing_priority_code => l_assignment_rec.staffing_priority_code
1754: ,p_staffing_priority_name => p_staffing_priority_name
1755: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1756: --,x_staffing_priority_code => l_assignment_rec.staffing_priority_code Bug:4537865
1757: ,x_staffing_priority_code => l_new_staffing_priority_code --Bug:4537865
1758: ,x_return_status => l_return_status
1759: ,x_error_message_code => l_error_message_code);

Line 1785: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1781: PA_ACTION_SET_UTILS.Check_Action_Set_Name_or_Id(
1782: p_action_set_id => p_adv_action_set_id
1783: ,p_action_set_name => p_adv_action_set_name
1784: ,p_action_set_type_code => 'ADVERTISEMENT'
1785: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1786: ,p_date => sysdate
1787: ,x_action_set_id => l_adv_action_set_id
1788: ,x_return_status => l_return_status
1789: ,x_error_message_code => l_error_message_code

Line 4584: --For PRM pages, the PA_STARTUP.G_Check_ID_Flag will be set to 'N'.

4580: --UNLESS THIS IS A TEMPLATE REQUIREMENT. Updates to these attributes for TEMPLATE REQUIREMENTS
4581: --are allowed - template requirements do not have schedules.
4582: --
4583: --The schedule attributes are allowed to be passed in if they are from PRM pages.
4584: --For PRM pages, the PA_STARTUP.G_Check_ID_Flag will be set to 'N'.
4585: --In this case, these schedule attributes will be reset to default values and ignored.
4586: --If these attributes are not from PRM pages, and this is not a template requirement
4587: --then an error will be thrown.
4588:

Line 4599: (PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE' OR PA_STARTUP.G_Calling_Application IS NULL) /*AND

4595: p_project_status_name <> FND_API.G_MISS_CHAR OR
4596: l_assignment_rec.calendar_id <> FND_API.G_MISS_NUM OR
4597: p_calendar_name <> FND_API.G_MISS_CHAR OR
4598: l_assignment_rec.calendar_type <> FND_API.G_MISS_CHAR) AND
4599: (PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE' OR PA_STARTUP.G_Calling_Application IS NULL) /*AND
4600: PA_ASSIGNMENTS_PUB.G_update_assignment_bulk_call <> 'Y' */ THEN -- Bug 8233045
4601:
4602: /*
4603: PA_UTILS.Add_Message( p_app_short_name => 'PA'

Line 4726: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4722: l_temp_status_code := l_assignment_rec.status_code;
4723: PA_PROJECT_STUS_UTILS.Check_Status_Name_Or_Code ( p_status_code => l_temp_status_code
4724: ,p_status_name => l_project_status_name
4725: ,p_status_type => l_project_status_type
4726: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4727: ,x_status_code => l_assignment_rec.status_code
4728: ,x_return_status => l_return_status
4729: ,x_error_message_code => l_error_message_code);
4730:

Line 4759: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4755: --
4756: l_temp_calendar_id := l_assignment_rec.calendar_id;
4757: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_temp_calendar_id
4758: ,p_calendar_name => l_calendar_name
4759: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4760: ,x_calendar_id => l_assignment_rec.calendar_id
4761: ,x_return_status => l_return_status
4762: ,x_error_message_code => l_error_message_code );
4763: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 4822: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4818: IF (l_location_country_code IS NOT NULL) OR
4819: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
4820: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
4821: ,p_country_name => p_location_country_name
4822: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4823: ,x_country_code => l_location_country_code
4824: ,x_return_status => l_return_status
4825: ,x_error_message_code => l_error_message_code );
4826: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 4843: ELSIF l_location_country_code IS NULL AND p_location_country_name IS NULL AND PA_STARTUP.G_Calling_Application =

4839: PA_ASSIGNMENTS_PUB.g_error_exists := FND_API.G_TRUE;
4840:
4841: --Bug 1795160: when user empty the location fields, the location id needs to be nulled out.
4842: --If in self-service mode, if country name and code is null, then set location id to NULL
4843: ELSIF l_location_country_code IS NULL AND p_location_country_name IS NULL AND PA_STARTUP.G_Calling_Application =
4844:
4845: 'SELF_SERVICE' THEN
4846: l_assignment_rec.location_id := NULL;
4847:

Line 4962: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4958: NOT NULL) OR (p_search_exp_org_hier_name <> FND_API.G_MISS_CHAR AND p_search_exp_org_hier_name IS NOT NULL ) THEN
4959:
4960: PA_HR_ORG_UTILS.Check_OrgHierName_Or_Id (p_org_hierarchy_version_id => l_assignment_rec.search_exp_org_struct_ver_id,
4961: p_org_hierarchy_name => p_search_exp_org_hier_name,
4962: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4963: -- Bug: 4537865
4964: --x_org_hierarchy_version_id => l_assignment_rec.search_exp_org_struct_ver_id,
4965: x_org_hierarchy_version_id => t_search_exp_org_struct_ver_id,
4966: -- Bug: 4537865

Line 5009: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

5005:
5006: OR (p_search_exp_start_org_name <> FND_API.G_MISS_CHAR and p_search_exp_start_org_name IS NOT NULL) THEN
5007: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_assignment_rec.search_exp_start_org_id,
5008: p_organization_name => p_search_exp_start_org_name,
5009: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
5010: --x_organization_id => l_assignment_rec.search_exp_start_org_id, * Bug: 4537865
5011: x_organization_id => l_new_search_exp_start_org_id, --Bug: 4537865
5012: x_return_status => l_return_status,
5013: x_error_msg_code => l_error_message_code);

Line 5083: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5079: l_temp_staff_owner_person_id := l_assignment_rec.staffing_owner_person_id;
5080: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id (
5081: p_resource_id => l_temp_staff_owner_person_id
5082: ,p_resource_name => p_staffing_owner_name
5083: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5084: ,p_date => sysdate
5085: ,x_resource_id => l_assignment_rec.staffing_owner_person_id
5086: ,x_resource_type_id => l_resource_type_id
5087: ,x_return_status => l_return_status

Line 5261: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

5257:
5258: (p_search_country_name <> FND_API.G_MISS_CHAR AND p_search_country_name IS NOT NULL) THEN
5259: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => l_assignment_rec.search_country_code,
5260: p_country_name => p_search_country_name,
5261: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
5262: --x_country_code => l_assignment_rec.search_country_code, Bug:4537865
5263: x_country_code => l_new_search_country_code, --Bug: 4537865
5264: x_return_status => l_return_status,
5265: x_error_message_code => l_error_message_code);

Line 5321: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5317:
5318: PA_PROJECT_SUBTEAM_UTILS.Check_Subteam_Name_Or_Id( p_subteam_name => p_project_subteam_name
5319: ,p_object_type => l_object_type
5320: ,p_object_id => l_object_id
5321: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5322: ,x_subteam_id => l_subteam_id --IN/OUT
5323: ,x_return_status => l_return_status
5324: ,x_error_message_code => l_error_message_code );
5325:

Line 5351: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5347:
5348: l_temp_work_type_id := l_assignment_rec.work_type_id;
5349: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_temp_work_type_id
5350: ,p_name => p_work_type_name
5351: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5352: ,x_work_type_id => l_assignment_rec.work_type_id
5353: ,x_return_status => l_return_status
5354: ,x_error_message_code => l_error_message_code );
5355: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 5397: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5393: (p_staffing_priority_name IS NOT NULL AND p_staffing_priority_name <> FND_API.G_MISS_CHAR) THEN
5394:
5395: PA_ASSIGNMENT_UTILS.Check_STF_PriorityName_Or_Code (p_staffing_priority_code => l_assignment_rec.staffing_priority_code
5396: ,p_staffing_priority_name => p_staffing_priority_name
5397: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5398: --,x_staffing_priority_code => l_assignment_rec.staffing_priority_code Bug: 4537865
5399: ,x_staffing_priority_code => l_new_staffing_priority_code -- Bug: 4537865
5400: ,x_return_status => l_return_status
5401: ,x_error_message_code => l_error_message_code);

Line 5431: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5427: l_temp_expenditure_type_class := l_assignment_rec.expenditure_type_class;
5428: PA_EXPENDITURES_UTILS.Check_Exp_Type_Class_Code(
5429: p_sys_link_func => l_temp_expenditure_type_class
5430: ,p_exp_meaning => NULL
5431: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5432: ,x_sys_link_func => l_assignment_rec.expenditure_type_class
5433: ,x_return_status => l_return_status
5434: ,x_error_message_code=> l_error_message_code) ;
5435: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 5544: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

5540:
5541: l_temp_exp_organization_id := l_assignment_rec.expenditure_organization_id;
5542: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_temp_exp_organization_id,
5543: p_organization_name => p_exp_organization_name,
5544: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
5545: x_organization_id =>l_assignment_rec.expenditure_organization_id,
5546: x_return_status => l_return_status,
5547: x_error_msg_code =>l_error_message_code );
5548: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 5588: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5584: l_temp_fcst_job_group_id := l_assignment_rec.fcst_job_group_id;
5585: PA_JOB_UTILS.Check_Job_GroupName_Or_Id(
5586: p_job_group_id => l_temp_fcst_job_group_id
5587: ,p_job_group_name => p_fcst_job_group_name
5588: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5589: ,x_job_group_id => l_assignment_rec.fcst_job_group_id
5590: ,x_return_status => l_return_status
5591: ,x_error_message_code => l_error_message_code );
5592:

Line 5617: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5613: l_temp_fcst_job_id := l_assignment_rec.fcst_job_id;
5614: PA_JOB_UTILS.Check_JobName_Or_Id (
5615: p_job_id => l_temp_fcst_job_id
5616: ,p_job_name => p_fcst_job_name
5617: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5618: ,x_job_id => l_assignment_rec.fcst_job_id
5619: ,x_return_status => l_return_status
5620: ,x_error_message_code => l_error_message_code);
5621:

Line 5666: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

5662:
5663: l_temp_expenditure_org_id := l_assignment_rec.expenditure_org_id;
5664: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_temp_expenditure_org_id,
5665: p_organization_name => p_expenditure_org_name,
5666: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
5667: x_organization_id =>l_assignment_rec.expenditure_org_id,
5668: x_return_status => l_return_status,
5669: x_error_msg_code =>l_error_message_code );
5670:

Line 5714: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

5710: l_temp_fcst_tp_amount_type := l_assignment_rec.fcst_tp_amount_type;
5711: PA_FORECAST_ITEMS_UTILS.Check_TPAmountType(
5712: p_tp_amount_type_code => l_temp_fcst_tp_amount_type
5713: ,p_tp_amount_type_desc => NULL
5714: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
5715: ,x_tp_amount_type_code => l_assignment_rec.fcst_tp_amount_type
5716: ,x_tp_amount_type_desc => l_tp_amount_type_desc
5717: ,x_return_status => l_return_status
5718: ,x_msg_count => l_msg_count