DBA Data[Home] [Help]

APPS.PAY_FR_OVERTIME dependencies on FF_EXEC

Line 954: l_inputs ff_exec.inputs_t;

950: ,p_quota_hours out nocopy number
951: ,p_compensation_hours out nocopy number) return number is
952: --
953: l_proc varchar2(72) := g_package||'.get_week_details';
954: l_inputs ff_exec.inputs_t;
955: l_outputs ff_exec.outputs_t;
956: l_formula_id number;
957: l_start_date date;
958: --

Line 955: l_outputs ff_exec.outputs_t;

951: ,p_compensation_hours out nocopy number) return number is
952: --
953: l_proc varchar2(72) := g_package||'.get_week_details';
954: l_inputs ff_exec.inputs_t;
955: l_outputs ff_exec.outputs_t;
956: l_formula_id number;
957: l_start_date date;
958: --
959: cursor csr_get_formula is

Line 976: ff_exec.init_formula (l_formula_id,

972: fetch csr_get_formula into l_formula_id, l_start_date;
973: If csr_get_formula%found then
974: hr_utility.set_location(l_proc,20);
975: -- Initialise the formula
976: ff_exec.init_formula (l_formula_id,
977: l_start_date,
978: l_inputs,
979: l_outputs);
980: --

Line 1004: ff_exec.run_formula (l_inputs

1000: end if;
1001: --
1002: hr_utility.set_location(' Prior to execute the formula',8);
1003: hr_utility.set_location(l_proc,30);
1004: ff_exec.run_formula (l_inputs
1005: ,l_outputs);
1006: --
1007: hr_utility.set_location(l_proc,40);
1008: hr_utility.set_location(' End run formula',9);

Line 1116: l_inputs ff_exec.inputs_t;

1112: ,p_b6_label_rf out nocopy varchar2
1113: ) return number is
1114: --
1115: l_proc varchar2(72) := g_package||'.regularisation';
1116: l_inputs ff_exec.inputs_t;
1117: l_outputs ff_exec.outputs_t;
1118: l_formula_id number;
1119: l_start_date date;
1120: --

Line 1117: l_outputs ff_exec.outputs_t;

1113: ) return number is
1114: --
1115: l_proc varchar2(72) := g_package||'.regularisation';
1116: l_inputs ff_exec.inputs_t;
1117: l_outputs ff_exec.outputs_t;
1118: l_formula_id number;
1119: l_start_date date;
1120: --
1121: cursor csr_get_formula is

Line 1137: ff_exec.init_formula (l_formula_id,

1133: fetch csr_get_formula into l_formula_id, l_start_date;
1134: If csr_get_formula%found then
1135: hr_utility.set_location(l_proc,20);
1136: -- Initialise the formula
1137: ff_exec.init_formula (l_formula_id,
1138: l_start_date,
1139: l_inputs,
1140: l_outputs);
1141: --

Line 1165: ff_exec.run_formula (l_inputs

1161: end if;
1162: --
1163: hr_utility.set_location(' Prior to execute the formula',8);
1164: hr_utility.set_location(l_proc,30);
1165: ff_exec.run_formula (l_inputs
1166: ,l_outputs);
1167: --
1168: hr_utility.set_location(l_proc,40);
1169: hr_utility.set_location(' End run formula',9);