DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on FND_PROFILE

Line 1050: fnd_profile.put('PER_PERSON_ID', p_person_id);

1046:
1047: hr_utility.set_location(' Entering:' || l_proc,10);
1048: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1049:
1050: fnd_profile.put('PER_PERSON_ID', p_person_id);
1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);

Line 1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);

1047: hr_utility.set_location(' Entering:' || l_proc,10);
1048: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1049:
1050: fnd_profile.put('PER_PERSON_ID', p_person_id);
1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);

Line 1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);

1048: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1049:
1050: fnd_profile.put('PER_PERSON_ID', p_person_id);
1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1056:

Line 1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);

1049:
1050: fnd_profile.put('PER_PERSON_ID', p_person_id);
1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1056:
1057: hr_utility.set_location(' Exiting :' || l_proc,20);

Line 1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);

1050: fnd_profile.put('PER_PERSON_ID', p_person_id);
1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1056:
1057: hr_utility.set_location(' Exiting :' || l_proc,20);
1058:

Line 1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);

1051: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1052: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1053: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1054: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1055: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1056:
1057: hr_utility.set_location(' Exiting :' || l_proc,20);
1058:
1059: end init_profiles;

Line 1244: IF ( nvl(fnd_profile.value('PQH_ALLOW_APPROVER_TO_EDIT_TXN'),'N') = 'Y' ) THEN

1240: if(fnd_global.user_name=wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1241: lr_hr_api_transaction_rec.item_key,
1242: 'FORWARD_TO_USERNAME',true)) then
1243: -- check the profile if the system is configured for approvers editing
1244: IF ( nvl(fnd_profile.value('PQH_ALLOW_APPROVER_TO_EDIT_TXN'),'N') = 'Y' ) THEN
1245: -- add specific override logic here
1246: -- case 1: check the programatic overide for the flow
1247: -- wf item attribute HR_RESTRICT_EDIT_ATTR
1248: