DBA Data[Home] [Help]

APPS.GHR_LACS_REMARKS dependencies on GHR_MASS_ACTIONS_PKG

Line 183: ghr_mass_actions_pkg.get_remark_id_desc

179: l_remark_desc_out ghr_remarks.description%TYPE;
180:
181: BEGIN
182: l_location := 'Apply_894_Rules:Create_Remark(' || p_remark_code || ')';
183: ghr_mass_actions_pkg.get_remark_id_desc
184: (p_remark_code => p_remark_code,
185: p_effective_date => g_requests_rec.effective_date,
186: p_remark_id => l_remark_id,
187: p_remark_desc => l_remark_desc);

Line 235: ghr_mass_actions_pkg.replace_insertion_values

231:
232: -- HARD CODING for this remark only. replacing 2 hyphens with the percent
233: END IF;
234: --Pradeep commented l_remark_desc and added l_remark_desc_out for the Bug#3974979.
235: ghr_mass_actions_pkg.replace_insertion_values
236: (p_desc => l_remark_desc,
237: p_information1 => l_remark_information1,
238: p_information2 => l_remark_information2,
239: p_information3 => l_remark_information3,

Line 421: ghr_mass_actions_pkg.replace_insertion_values

417: NVL(fcl.end_date_active, g_requests_rec.effective_date);
418: IF l_la_code1 in ('ZLM','UNM') THEN
419: -- Bug#4256022 Passed the variable l_la_desc1_out and assigned
420: -- the value back to l_la_desc1 to avoid NOCOPY related problems.
421: ghr_mass_actions_pkg.replace_insertion_values
422: (p_desc => l_la_desc1,
423: p_information1 => l_insrt_value1,
424: p_desc_out => l_la_desc1_out);
425: l_la_desc1 := l_la_desc1_out;

Line 444: ghr_mass_actions_pkg.replace_insertion_values

440: END IF;
441: IF l_la_code2 in ('ZLM','UNM') THEN
442: -- Bug#4256022 Passed the variable l_la_desc2_out and
443: -- assigned the value back to l_la_desc2 to avoid NOCOPY related problems..
444: ghr_mass_actions_pkg.replace_insertion_values
445: (p_desc => l_la_desc2,
446: p_information1 => l_insrt_value2,
447: p_desc_out => l_la_desc2_out);
448: l_la_desc2 := l_la_desc2_out;

Line 713: ghr_mass_actions_pkg.replace_insertion_values

709: l_la_desc2 := ghr_pa_requests_pkg.get_lookup_description(800,'GHR_US_LEGAL_AUTHORITY',l_la_code2);
710:
711: IF (l_la_code1 = 'ZLM') THEN
712: l_insrt_value := 'P.L. 108-411, Sec. 301 dated 10-30-04.';
713: ghr_mass_actions_pkg.replace_insertion_values
714: (p_desc => l_la_desc1,
715: p_information1 => l_insrt_value,
716: p_desc_out => l_la_desc1_out);
717: l_la_desc1 := l_la_desc1_out;

Line 722: ghr_mass_actions_pkg.replace_insertion_values

718: END IF;
719:
720: IF (l_la_code2 = 'ZLM') THEN
721: l_insrt_value := 'P.L. 108-411, Sec. 301 dated 10-30-04.';
722: ghr_mass_actions_pkg.replace_insertion_values
723: (p_desc => l_la_desc2,
724: p_information1 => l_insrt_value,
725: p_desc_out => l_la_desc2_out);
726: l_la_desc2 := l_la_desc2_out;