DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on HR_ORI_BUS

Line 1: Package Body hr_ori_bus as

1: Package Body hr_ori_bus as
2: /* $Header: hrorirhi.pkb 120.3.12010000.2 2008/08/06 08:45:57 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hr_ori_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ori_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 846: if ( nvl(hr_ori_bus.g_org_information_id, hr_api.g_number)

842: ,p_argument => 'org_information_id'
843: ,p_argument_value => p_org_information_id
844: );
845: --
846: if ( nvl(hr_ori_bus.g_org_information_id, hr_api.g_number)
847: = p_org_information_id) then
848: --
849: -- The legislation code has already been found with a previous
850: -- call to this function. Just return the value in the global

Line 853: l_legislation_code := hr_ori_bus.g_legislation_code;

849: -- The legislation code has already been found with a previous
850: -- call to this function. Just return the value in the global
851: -- variable.
852: --
853: l_legislation_code := hr_ori_bus.g_legislation_code;
854: hr_utility.set_location(l_proc, 20);
855: else
856: --
857: -- The ID is different to the last call to this function

Line 877: hr_ori_bus.g_org_information_id:= p_org_information_id;

873: -- Set the global variables so the values are
874: -- available for the next call to this function.
875: --
876: close csr_leg_code;
877: hr_ori_bus.g_org_information_id:= p_org_information_id;
878: hr_ori_bus.g_legislation_code := l_legislation_code;
879: end if;
880: hr_utility.set_location(' Leaving:'|| l_proc, 40);
881: return l_legislation_code;

Line 878: hr_ori_bus.g_legislation_code := l_legislation_code;

874: -- available for the next call to this function.
875: --
876: close csr_leg_code;
877: hr_ori_bus.g_org_information_id:= p_org_information_id;
878: hr_ori_bus.g_legislation_code := l_legislation_code;
879: end if;
880: hr_utility.set_location(' Leaving:'|| l_proc, 40);
881: return l_legislation_code;
882: end return_legislation_code;

Line 2054: hr_ori_bus.chk_ddf(p_rec);

2050: if p_rec.org_information_context = 'Operating Unit Information' and
2051: p_rec.org_information6 = 'N' then
2052: null;
2053: else
2054: hr_ori_bus.chk_ddf(p_rec);
2055: end if;
2056: --
2057: -- Descriptive Flexfield is context dependent HR_ORGANIZATION_INFORMATION
2058: --

Line 2063: hr_ori_bus.chk_df(p_rec);

2059: --fix for bug 6376908.
2060: --Added the if condition before calling the procedure chk_df.
2061: --
2062: if(p_rec.org_information_context<>'CLASS') then
2063: hr_ori_bus.chk_df(p_rec);
2064: end if;
2065: --
2066: hr_utility.set_location(' Leaving:'||l_proc, 10);
2067: End insert_validate;

Line 2216: hr_ori_bus.chk_ddf(p_rec);

2212: if c_date%notfound then
2213: close c_date;
2214: if(fnd_date.canonical_to_date(p_rec.org_information4) > fnd_date.date_to_canonical(l_enddate)) then
2215:
2216: hr_ori_bus.chk_ddf(p_rec);
2217: --
2218: end if;
2219: close c_date;
2220: end if;

Line 2224: hr_ori_bus.chk_ddf(p_rec);

2220: end if;
2221:
2222: else
2223:
2224: hr_ori_bus.chk_ddf(p_rec);
2225: --
2226: end if;
2227: -- End of fix for 3034234
2228: --

Line 2229: hr_ori_bus.chk_df(p_rec);

2225: --
2226: end if;
2227: -- End of fix for 3034234
2228: --
2229: hr_ori_bus.chk_df(p_rec);
2230: hr_utility.set_location(' Leaving:'||l_proc, 10);
2231: --
2232: End update_validate;
2233: --

Line 2251: end hr_ori_bus;

2247: --
2248: hr_utility.set_location(' Leaving:'||l_proc, 10);
2249: End delete_validate;
2250: --
2251: end hr_ori_bus;