DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_STARTUP

Line 635: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;

631: Need to avoid the LOV ID clearing check implemented in most validation packages.
632: Since only the ids are passed in and not the names.
633: */
634:
635: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
636: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
637: PA_STARTUP.G_Check_ID_Flag := 'N';
638: END IF;
639:

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

632: Since only the ids are passed in and not the names.
633: */
634:
635: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
636: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
637: PA_STARTUP.G_Check_ID_Flag := 'N';
638: END IF;
639:
640: --

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

633: */
634:
635: l_check_id_flag := PA_STARTUP.G_Check_ID_Flag;
636: IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
637: PA_STARTUP.G_Check_ID_Flag := 'N';
638: END IF;
639:
640: --
641: -- Validate Role details

Line 646: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

642: --
643:
644: PA_ROLE_UTILS.Check_Role_Name_Or_Id( p_role_id => l_assignment_rec.project_role_id
645: ,p_role_name => p_role_name
646: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
647: --,x_role_id => l_assignment_rec.project_role_id Bug: 4537865
648: ,x_role_id => l_new_project_role_id -- Bug: 4537865
649: ,x_return_status => l_return_status
650: ,x_error_message_code => l_error_message_code );

Line 798: PA_STARTUP.G_Check_ID_Flag := l_check_id_flag;

794: ,x_msg_data => x_msg_data
795: );
796:
797: --set the global check_id_flag back to the orignal
798: PA_STARTUP.G_Check_ID_Flag := l_check_id_flag;
799:
800: --
801: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
802: --

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

1031:
1032: -- Bug 2513254
1033: -- Comment this IF condition out so that this part of the code will be executed
1034: -- within workflow autonomous transaction
1035: --IF PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
1036:
1037: --When project number is present, do the Project Number validation
1038: --IF project number is present, but not project id, then get the defaults from project table
1039: -- IF the passed in calendar type is 'PROJECT', then use the default Calendar.

Line 1062: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1058: --Do Number to ID validation
1059: PA_PROJECT_UTILS2.Check_Project_Number_Or_Id
1060: ( p_project_id => l_assignment_rec.project_id
1061: ,p_project_number => p_project_number
1062: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1063: ,x_project_id => l_project_id
1064: ,x_return_status => l_return_status
1065: ,x_error_message_code => l_error_message_code );
1066:

Line 1194: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1190: END IF; -- resource id not null
1191:
1192: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => l_resource_source_id
1193: ,p_resource_name => p_resource_name
1194: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1195: ,p_date => l_assignment_rec.start_date
1196: ,p_end_date => l_assignment_rec.end_date -- 3235018 : Added this
1197: --,x_resource_id => l_resource_source_id * Bug: 4537865
1198: ,x_resource_id => l_new_resource_source_id --Bug: 4537865

Line 1255: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1251:
1252: PA_PROJECT_STUS_UTILS.Check_Status_Name_Or_Code ( p_status_code => l_status_code
1253: ,p_status_name => p_project_status_name
1254: ,p_status_type => l_project_status_type
1255: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1256: ,x_status_code => l_assignment_rec.status_code
1257: ,x_return_status => l_return_status
1258: ,x_error_message_code => l_error_message_code);
1259: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1279: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1275: l_temp_staff_owner_person_id := l_assignment_rec.staffing_owner_person_id;
1276: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id (
1277: p_resource_id => l_temp_staff_owner_person_id
1278: ,p_resource_name => p_staffing_owner_name
1279: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1280: ,p_date => sysdate
1281: ,x_resource_id => l_assignment_rec.staffing_owner_person_id
1282: ,x_resource_type_id => l_resource_type_id
1283: ,x_return_status => l_return_status

Line 1355: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1351: PA_ROLE_UTILS.Check_Role_RoleList ( p_role_id => l_assignment_rec.project_role_id
1352: ,p_role_name => p_project_role_name
1353: ,p_role_list_id => l_role_list_id
1354: ,p_role_list_name => NULL
1355: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1356: --,x_role_id => l_assignment_rec.project_role_id Bug: 4537865
1357: ,x_role_id => l_new_project_role_id --Bug: 4537865
1358: --,x_role_list_id => l_role_list_id Bug: 4537865
1359: ,x_role_list_id => l_new_role_list_id --Bug: 4537865

Line 1390: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1386: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
1387:
1388: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
1389: ,p_country_name => p_location_country_name
1390: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1391: ,x_country_code => l_location_country_code
1392: ,x_return_status => l_return_status
1393: ,x_error_message_code => l_error_message_code );
1394: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1495: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1491:
1492: PA_PROJECT_SUBTEAM_UTILS.Check_Subteam_Name_Or_Id( p_subteam_name => p_project_subteam_name
1493: ,p_object_type => l_object_type
1494: ,p_object_id => l_object_id
1495: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1496: ,x_subteam_id => l_subteam_id
1497: ,x_return_status => l_return_status
1498: ,x_error_message_code => l_error_message_code );
1499: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

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

1526: --Calendar validation is only necessary when
1527: -- 1) For self-service, only Other calendar type need the check (since the project calendar is not user entered)
1528: -- 2) For non self-service, resource calendar does not need to be checked.
1529:
1530: IF ((l_assignment_rec.calendar_type = 'OTHER' AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE')
1531: OR (l_assignment_rec.calendar_type <> 'RESOURCE' AND PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE')) THEN
1532:
1533: IF P_DEBUG_MODE = 'Y' THEN
1534: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'

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

1527: -- 1) For self-service, only Other calendar type need the check (since the project calendar is not user entered)
1528: -- 2) For non self-service, resource calendar does not need to be checked.
1529:
1530: IF ((l_assignment_rec.calendar_type = 'OTHER' AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE')
1531: OR (l_assignment_rec.calendar_type <> 'RESOURCE' AND PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE')) THEN
1532:
1533: IF P_DEBUG_MODE = 'Y' THEN
1534: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'
1535: ,x_msg => 'cal_id='||l_assignment_rec.calendar_id||

Line 1546: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1542: -- If calendar name is valid and calendar_id is null then returns the calendar_id
1543: --
1544: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_assignment_rec.calendar_id
1545: ,p_calendar_name => p_calendar_name
1546: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1547: --,x_calendar_id => l_assignment_rec.calendar_id * Bug: 4537865
1548: ,x_calendar_id => l_new_calendar_id --Bug: 4537865
1549: ,x_return_status => l_return_status
1550: ,x_error_message_code => l_error_message_code );

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

1572: IF P_DEBUG_MODE = 'Y' THEN
1573: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PUB.Create_Assignment'
1574: ,x_msg => 'work_type_id='||l_assignment_rec.work_type_id||
1575: ', work_type_name='||p_work_type_name||
1576: ', flag='||PA_STARTUP.G_Check_ID_Flag
1577: ,x_log_level => li_message_level);
1578: END IF;
1579:
1580: -- Bug 4499172

Line 1584: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1580: -- Bug 4499172
1581: l_temp_work_type_id := l_assignment_rec.work_type_id;
1582: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_temp_work_type_id
1583: ,p_name => p_work_type_name
1584: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1585: ,x_work_type_id => l_assignment_rec.work_type_id
1586: ,x_return_status => l_return_status
1587: ,x_error_message_code => l_error_message_code );
1588:

Line 1633: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1629: l_temp_expenditure_type_class := l_assignment_rec.expenditure_type_class;
1630: PA_EXPENDITURES_UTILS.Check_Exp_Type_Class_Code(
1631: p_sys_link_func => l_temp_expenditure_type_class
1632: ,p_exp_meaning => NULL
1633: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1634: ,x_sys_link_func => l_assignment_rec.expenditure_type_class
1635: ,x_return_status => l_return_status
1636: ,x_error_message_code=> l_error_message_code) ;
1637: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1706: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1702: (p_staffing_priority_name IS NOT NULL AND p_staffing_priority_name <> FND_API.G_MISS_CHAR) THEN
1703:
1704: PA_ASSIGNMENT_UTILS.Check_STF_PriorityName_Or_Code (p_staffing_priority_code => l_assignment_rec.staffing_priority_code
1705: ,p_staffing_priority_name => p_staffing_priority_name
1706: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1707: --,x_staffing_priority_code => l_assignment_rec.staffing_priority_code Bug:4537865
1708: ,x_staffing_priority_code => l_new_staffing_priority_code --Bug:4537865
1709: ,x_return_status => l_return_status
1710: ,x_error_message_code => l_error_message_code);

Line 1736: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

1732: PA_ACTION_SET_UTILS.Check_Action_Set_Name_or_Id(
1733: p_action_set_id => p_adv_action_set_id
1734: ,p_action_set_name => p_adv_action_set_name
1735: ,p_action_set_type_code => 'ADVERTISEMENT'
1736: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1737: ,p_date => sysdate
1738: ,x_action_set_id => l_adv_action_set_id
1739: ,x_return_status => l_return_status
1740: ,x_error_message_code => l_error_message_code

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

3656: --UNLESS THIS IS A TEMPLATE REQUIREMENT. Updates to these attributes for TEMPLATE REQUIREMENTS
3657: --are allowed - template requirements do not have schedules.
3658: --
3659: --The schedule attributes are allowed to be passed in if they are from PRM pages.
3660: --For PRM pages, the PA_STARTUP.G_Check_ID_Flag will be set to 'N'.
3661: --In this case, these schedule attributes will be reset to default values and ignored.
3662: --If these attributes are not from PRM pages, and this is not a template requirement
3663: --then an error will be thrown.
3664:

Line 3673: (PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE' OR PA_STARTUP.G_Calling_Application IS NULL) THEN

3669: p_project_status_name <> FND_API.G_MISS_CHAR OR
3670: l_assignment_rec.calendar_id <> FND_API.G_MISS_NUM OR
3671: p_calendar_name <> FND_API.G_MISS_CHAR OR
3672: l_assignment_rec.calendar_type <> FND_API.G_MISS_CHAR) AND
3673: (PA_STARTUP.G_Calling_Application <> 'SELF_SERVICE' OR PA_STARTUP.G_Calling_Application IS NULL) THEN
3674:
3675: /*
3676: PA_UTILS.Add_Message( p_app_short_name => 'PA'
3677: ,p_msg_name => 'PA_SCH_UPDATE_NOT_ALLOWED');

Line 3782: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

3778: l_temp_status_code := l_assignment_rec.status_code;
3779: PA_PROJECT_STUS_UTILS.Check_Status_Name_Or_Code ( p_status_code => l_temp_status_code
3780: ,p_status_name => l_project_status_name
3781: ,p_status_type => l_project_status_type
3782: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
3783: ,x_status_code => l_assignment_rec.status_code
3784: ,x_return_status => l_return_status
3785: ,x_error_message_code => l_error_message_code);
3786: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 3818: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

3814: --
3815: l_temp_calendar_id := l_assignment_rec.calendar_id;
3816: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_temp_calendar_id
3817: ,p_calendar_name => l_calendar_name
3818: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
3819: ,x_calendar_id => l_assignment_rec.calendar_id
3820: ,x_return_status => l_return_status
3821: ,x_error_message_code => l_error_message_code );
3822: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 3886: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

3882: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
3883:
3884: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
3885: ,p_country_name => p_location_country_name
3886: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
3887: ,x_country_code => l_location_country_code
3888: ,x_return_status => l_return_status
3889: ,x_error_message_code => l_error_message_code );
3890: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 3907: ELSIF l_location_country_code IS NULL AND p_location_country_name IS NULL AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN

3903: PA_ASSIGNMENTS_PUB.g_error_exists := FND_API.G_TRUE;
3904:
3905: --Bug 1795160: when user empty the location fields, the location id needs to be nulled out.
3906: --If in self-service mode, if country name and code is null, then set location id to NULL
3907: ELSIF l_location_country_code IS NULL AND p_location_country_name IS NULL AND PA_STARTUP.G_Calling_Application = 'SELF_SERVICE' THEN
3908: l_assignment_rec.location_id := NULL;
3909:
3910: END IF;
3911:

Line 4019: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4015: IF (l_assignment_rec.search_exp_org_struct_ver_id <> FND_API.G_MISS_NUM AND l_assignment_rec.search_exp_org_struct_ver_id IS 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
4016:
4017: PA_HR_ORG_UTILS.Check_OrgHierName_Or_Id (p_org_hierarchy_version_id => l_assignment_rec.search_exp_org_struct_ver_id,
4018: p_org_hierarchy_name => p_search_exp_org_hier_name,
4019: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4020: -- Bug: 4537865
4021: --x_org_hierarchy_version_id => l_assignment_rec.search_exp_org_struct_ver_id,
4022: x_org_hierarchy_version_id => t_search_exp_org_struct_ver_id,
4023: -- Bug: 4537865

Line 4066: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4062: --
4063: IF (l_assignment_rec.search_exp_start_org_id <> FND_API.G_MISS_NUM AND l_assignment_rec.search_exp_start_org_id IS NOT NULL) OR (p_search_exp_start_org_name <> FND_API.G_MISS_CHAR and p_search_exp_start_org_name IS NOT NULL) THEN
4064: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_assignment_rec.search_exp_start_org_id,
4065: p_organization_name => p_search_exp_start_org_name,
4066: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4067: --x_organization_id => l_assignment_rec.search_exp_start_org_id, * Bug: 4537865
4068: x_organization_id => l_new_search_exp_start_org_id, --Bug: 4537865
4069: x_return_status => l_return_status,
4070: x_error_msg_code => l_error_message_code);

Line 4138: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4134: l_temp_staff_owner_person_id := l_assignment_rec.staffing_owner_person_id;
4135: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id (
4136: p_resource_id => l_temp_staff_owner_person_id
4137: ,p_resource_name => p_staffing_owner_name
4138: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4139: ,p_date => sysdate
4140: ,x_resource_id => l_assignment_rec.staffing_owner_person_id
4141: ,x_resource_type_id => l_resource_type_id
4142: ,x_return_status => l_return_status

Line 4303: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4299: --
4300: IF (l_assignment_rec.search_country_code <> FND_API.G_MISS_CHAR AND l_assignment_rec.search_country_code IS NOT NULL) OR (p_search_country_name <> FND_API.G_MISS_CHAR AND p_search_country_name IS NOT NULL) THEN
4301: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => l_assignment_rec.search_country_code,
4302: p_country_name => p_search_country_name,
4303: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4304: --x_country_code => l_assignment_rec.search_country_code, Bug:4537865
4305: x_country_code => l_new_search_country_code, --Bug: 4537865
4306: x_return_status => l_return_status,
4307: x_error_message_code => l_error_message_code);

Line 4355: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4351:
4352: PA_PROJECT_SUBTEAM_UTILS.Check_Subteam_Name_Or_Id( p_subteam_name => p_project_subteam_name
4353: ,p_object_type => l_object_type
4354: ,p_object_id => l_object_id
4355: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4356: ,x_subteam_id => l_subteam_id --IN/OUT
4357: ,x_return_status => l_return_status
4358: ,x_error_message_code => l_error_message_code );
4359:

Line 4384: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4380:
4381: l_temp_work_type_id := l_assignment_rec.work_type_id;
4382: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_temp_work_type_id
4383: ,p_name => p_work_type_name
4384: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4385: ,x_work_type_id => l_assignment_rec.work_type_id
4386: ,x_return_status => l_return_status
4387: ,x_error_message_code => l_error_message_code );
4388: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 4428: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4424: (p_staffing_priority_name IS NOT NULL AND p_staffing_priority_name <> FND_API.G_MISS_CHAR) THEN
4425:
4426: PA_ASSIGNMENT_UTILS.Check_STF_PriorityName_Or_Code (p_staffing_priority_code => l_assignment_rec.staffing_priority_code
4427: ,p_staffing_priority_name => p_staffing_priority_name
4428: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4429: --,x_staffing_priority_code => l_assignment_rec.staffing_priority_code Bug: 4537865
4430: ,x_staffing_priority_code => l_new_staffing_priority_code -- Bug: 4537865
4431: ,x_return_status => l_return_status
4432: ,x_error_message_code => l_error_message_code);

Line 4462: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4458: l_temp_expenditure_type_class := l_assignment_rec.expenditure_type_class;
4459: PA_EXPENDITURES_UTILS.Check_Exp_Type_Class_Code(
4460: p_sys_link_func => l_temp_expenditure_type_class
4461: ,p_exp_meaning => NULL
4462: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4463: ,x_sys_link_func => l_assignment_rec.expenditure_type_class
4464: ,x_return_status => l_return_status
4465: ,x_error_message_code=> l_error_message_code) ;
4466: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 4570: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4566:
4567: l_temp_exp_organization_id := l_assignment_rec.expenditure_organization_id;
4568: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_temp_exp_organization_id,
4569: p_organization_name => p_exp_organization_name,
4570: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4571: x_organization_id =>l_assignment_rec.expenditure_organization_id,
4572: x_return_status => l_return_status,
4573: x_error_msg_code =>l_error_message_code );
4574: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 4613: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4609: l_temp_fcst_job_group_id := l_assignment_rec.fcst_job_group_id;
4610: PA_JOB_UTILS.Check_Job_GroupName_Or_Id(
4611: p_job_group_id => l_temp_fcst_job_group_id
4612: ,p_job_group_name => p_fcst_job_group_name
4613: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4614: ,x_job_group_id => l_assignment_rec.fcst_job_group_id
4615: ,x_return_status => l_return_status
4616: ,x_error_message_code => l_error_message_code );
4617:

Line 4641: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4637: l_temp_fcst_job_id := l_assignment_rec.fcst_job_id;
4638: PA_JOB_UTILS.Check_JobName_Or_Id (
4639: p_job_id => l_temp_fcst_job_id
4640: ,p_job_name => p_fcst_job_name
4641: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4642: ,x_job_id => l_assignment_rec.fcst_job_id
4643: ,x_return_status => l_return_status
4644: ,x_error_message_code => l_error_message_code);
4645:

Line 4690: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,

4686:
4687: l_temp_expenditure_org_id := l_assignment_rec.expenditure_org_id;
4688: PA_HR_ORG_UTILS.Check_OrgName_Or_Id (p_organization_id => l_temp_expenditure_org_id,
4689: p_organization_name => p_expenditure_org_name,
4690: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
4691: x_organization_id =>l_assignment_rec.expenditure_org_id,
4692: x_return_status => l_return_status,
4693: x_error_msg_code =>l_error_message_code );
4694:

Line 4740: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

4736: l_temp_fcst_tp_amount_type := l_assignment_rec.fcst_tp_amount_type;
4737: PA_FORECAST_ITEMS_UTILS.Check_TPAmountType(
4738: p_tp_amount_type_code => l_temp_fcst_tp_amount_type
4739: ,p_tp_amount_type_desc => NULL
4740: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4741: ,x_tp_amount_type_code => l_assignment_rec.fcst_tp_amount_type
4742: ,x_tp_amount_type_desc => l_tp_amount_type_desc
4743: ,x_return_status => l_return_status
4744: ,x_msg_count => l_msg_count