DBA Data[Home] [Help]

APPS.HR_BIS_ALERTS dependencies on HRFASTANSWERS

Line 913: hrFastAnswers.initialize

909: -- Solution to issues in bug 1413300 (not inserting into actuals table)
910: -- USER_ID can not be NULL because of issues of inserting a value into a NOT NULL column
911: -- USER_ID can not be -1 because of condition in HR_GENERAL.Get_Business_Group
912: -- Using -2
913: hrFastAnswers.initialize
914: (-2
915: ,p_responsibility_id
916: ,p_application_id
917: ,l_business_group_id

Line 1565: l_loss_type := hrfastanswers.getassignmentcategory

1561: ,l_period_start_date
1562: ,l_period_end_date) LOOP
1563:
1564: pl(' asg id: ',to_char(asg_rec.assignment_id));
1565: l_loss_type := hrfastanswers.getassignmentcategory
1566: (p_assignment_id => asg_rec.assignment_id
1567: ,p_period_start_date => l_period_start_date
1568: ,p_period_END_date => l_period_end_date
1569: ,p_top_org => p_actual_rec.org_level_value_id

Line 1576: l_budget_value := hrfastanswers.getbudgetvalue

1572: pl(' loss: ',l_loss_type);
1573:
1574: IF l_loss_type = 'SEPARATED' THEN
1575:
1576: l_budget_value := hrfastanswers.getbudgetvalue
1577: (p_budget_metric_formula_id => l_formula_id
1578: ,p_budget_metric => p_bmtype
1579: ,p_assignment_id => asg_rec.assignment_id
1580: ,p_effective_date => asg_rec.effective_end_date

Line 1621: hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id

1617:
1618: pl('*PROCESS MANPOWER SEPARATION TARGET','Start');
1619:
1620: /* IS THIS ACTUALLY NEEDED -JRHYDE 20/12/00
1621: hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id
1622: ,g_org_structure_version_id);*/
1623:
1624: -- Convert the data from target record format into an actual record format
1625: l_actual_rec := get_bis_actual_rec(p_target_rec);

Line 2220: l_budget_value := HrFastAnswers.GetBudgetValue

2216: ,l_period_end_date)
2217: LOOP
2218: pl(' assignment id ',to_char(mv_rec.assignment_id));
2219:
2220: l_budget_value := HrFastAnswers.GetBudgetValue
2221: (p_budget_metric_formula_id => l_formula_id
2222: ,p_budget_metric => p_bmtype
2223: ,p_assignment_id => mv_rec.assignment_id
2224: ,p_effective_date => mv_rec.effective_start_date

Line 2306: -- hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id,g_org_structure_version_id);

2302: -- Note: If the target contains both the name
2303: -- of a budget and a target value, the target value is ignored.
2304: --
2305:
2306: -- hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id,g_org_structure_version_id);
2307:
2308: IF (p_target_rec.dim3_level_value_id = '-1'
2309: OR
2310: p_target_rec.dim3_level_value_id IS NULL )

Line 2730: l_budget_value := hrFastAnswers.getBudgetValue

2726: --
2727: FOR asg_rec IN asg_cur(vac_rec.vacancy_id) LOOP
2728: pl(' Asg ',to_char(asg_rec.assignment_id));
2729:
2730: l_budget_value := hrFastAnswers.getBudgetValue
2731: (p_budget_metric_formula_id => l_formula_id
2732: ,p_budget_metric => p_bmtype
2733: ,p_assignment_id => asg_rec.assignment_id
2734: ,p_effective_date => asg_rec.effective_start_date

Line 3232: l_these_hours := HrFastAnswers.TrainingConvertDuration

3228: pl(' Asg id: ',to_char(evt_dur_rec.assignment_id));
3229: pl(' Duration: ', to_char(evt_dur_rec.duration));
3230: pl(' Duration Units: ', evt_dur_rec.duration_units);
3231: -- Run FF to convert duration to hours
3232: l_these_hours := HrFastAnswers.TrainingConvertDuration
3233: (l_formula_id
3234: ,evt_dur_rec.duration
3235: ,evt_dur_rec.duration_units
3236: ,'H'

Line 3290: -- hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id,l_org_struct_version_id);

3286: BEGIN
3287:
3288: pl('*Processing Training Success Target','Start');
3289:
3290: -- hrFastAnswers.LoadOrgHierarchy(p_target_rec.org_level_value_id,l_org_struct_version_id);
3291:
3292: -- Convert the data from target record format into an actual record format
3293: l_actual_rec := get_bis_actual_rec(p_target_rec);
3294: