DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on FND_PROFILE

Line 1060: 'HR_DEFER_COMMIT_ATTR',true)='Y' and fnd_profile.value('HR_CROSS_BUSINESS_GROUP')='N') then

1056:
1057: if(lr_hr_api_transaction_rec.item_key IS NOT NULL) THEN
1058: if(wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1059: lr_hr_api_transaction_rec.item_key,
1060: 'HR_DEFER_COMMIT_ATTR',true)='Y' and fnd_profile.value('HR_CROSS_BUSINESS_GROUP')='N') then
1061:
1062: BEGIN
1063:
1064: select 'x'

Line 1072: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

1068: and p_effective_date between effective_start_date and effective_end_date;
1069: --
1070: dummy := null;
1071: --
1072: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1073:
1074: EXCEPTION
1075: When OTHERS then
1076: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

Line 1076: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

1072: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1073:
1074: EXCEPTION
1075: When OTHERS then
1076: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1077: null;
1078: end;
1079: end if;
1080: end if;

Line 1116: fnd_profile.value('HR_CROSS_BUSINESS_GROUP')='N') THEN

1112:
1113: if(wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1114: lr_hr_api_transaction_rec.item_key,
1115: 'HR_DEFER_COMMIT_ATTR',true)='Y' AND
1116: fnd_profile.value('HR_CROSS_BUSINESS_GROUP')='N') THEN
1117:
1118: BEGIN
1119:
1120: select 'x'

Line 1128: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

1124: and p_effective_date between effective_start_date and effective_end_date;
1125: --
1126: dummy := null;
1127: --
1128: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1129:
1130: EXCEPTION
1131: When OTHERS then
1132: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

Line 1132: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);

1128: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1129:
1130: EXCEPTION
1131: When OTHERS then
1132: fnd_profile.put('PER_BUSINESS_GROUP_ID', step_row.BUSINESS_GROUP_ID);
1133: NULL;
1134: END;
1135: end if;
1136: end if;

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

1159:
1160: hr_utility.set_location(' Entering:' || l_proc,10);
1161: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1162:
1163: fnd_profile.put('PER_PERSON_ID', p_person_id);
1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);

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

1160: hr_utility.set_location(' Entering:' || l_proc,10);
1161: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1162:
1163: fnd_profile.put('PER_PERSON_ID', p_person_id);
1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1168: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);

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

1161: hr_utility.set_location(' Setting Profile values:' || l_proc,15);
1162:
1163: fnd_profile.put('PER_PERSON_ID', p_person_id);
1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1168: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1169:

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

1162:
1163: fnd_profile.put('PER_PERSON_ID', p_person_id);
1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1168: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1169:
1170: hr_utility.set_location(' Exiting :' || l_proc,20);

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

1163: fnd_profile.put('PER_PERSON_ID', p_person_id);
1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1168: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1169:
1170: hr_utility.set_location(' Exiting :' || l_proc,20);
1171:

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

1164: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id);
1165: fnd_profile.put('PER_BUSINESS_GROUP_ID', p_business_group_Id);
1166: fnd_profile.put('PER_ORGANIZATION_ID', p_organization_Id);
1167: fnd_profile.put('PER_LOCATION_ID', p_location_id);
1168: fnd_profile.put('PER_PAYROLL_ID', p_payroll_id);
1169:
1170: hr_utility.set_location(' Exiting :' || l_proc,20);
1171:
1172: end init_profiles;

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

1389: if(fnd_global.user_name=wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1390: lr_hr_api_transaction_rec.item_key,
1391: 'FORWARD_TO_USERNAME',true)) then
1392: -- check the profile if the system is configured for approvers editing
1393: IF ( nvl(fnd_profile.value('PQH_ALLOW_APPROVER_TO_EDIT_TXN'),'N') = 'Y' ) THEN
1394: -- add specific override logic here
1395: -- case 1: check the programatic overide for the flow
1396: -- wf item attribute HR_RESTRICT_EDIT_ATTR
1397: