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.5.12020000.2 2012/09/10 10:32:16 swrajapa 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 856: if ( nvl(hr_ori_bus.g_org_information_id, hr_api.g_number)

852: ,p_argument => 'org_information_id'
853: ,p_argument_value => p_org_information_id
854: );
855: --
856: if ( nvl(hr_ori_bus.g_org_information_id, hr_api.g_number)
857: = p_org_information_id) then
858: --
859: -- The legislation code has already been found with a previous
860: -- call to this function. Just return the value in the global

Line 863: l_legislation_code := hr_ori_bus.g_legislation_code;

859: -- The legislation code has already been found with a previous
860: -- call to this function. Just return the value in the global
861: -- variable.
862: --
863: l_legislation_code := hr_ori_bus.g_legislation_code;
864: hr_utility.set_location(l_proc, 20);
865: else
866: --
867: -- The ID is different to the last call to this function

Line 887: hr_ori_bus.g_org_information_id:= p_org_information_id;

883: -- Set the global variables so the values are
884: -- available for the next call to this function.
885: --
886: close csr_leg_code;
887: hr_ori_bus.g_org_information_id:= p_org_information_id;
888: hr_ori_bus.g_legislation_code := l_legislation_code;
889: end if;
890: hr_utility.set_location(' Leaving:'|| l_proc, 40);
891: return l_legislation_code;

Line 888: hr_ori_bus.g_legislation_code := l_legislation_code;

884: -- available for the next call to this function.
885: --
886: close csr_leg_code;
887: hr_ori_bus.g_org_information_id:= p_org_information_id;
888: hr_ori_bus.g_legislation_code := l_legislation_code;
889: end if;
890: hr_utility.set_location(' Leaving:'|| l_proc, 40);
891: return l_legislation_code;
892: end return_legislation_code;

Line 2064: hr_ori_bus.chk_ddf(p_rec);

2060: if p_rec.org_information_context = 'Operating Unit Information' and
2061: p_rec.org_information6 = 'N' then
2062: null;
2063: else
2064: hr_ori_bus.chk_ddf(p_rec);
2065: end if;
2066: --
2067: -- Descriptive Flexfield is context dependent HR_ORGANIZATION_INFORMATION
2068: --

Line 2073: hr_ori_bus.chk_df(p_rec);

2069: --fix for bug 6376908.
2070: --Added the if condition before calling the procedure chk_df.
2071: --
2072: if(p_rec.org_information_context<>'CLASS') then
2073: hr_ori_bus.chk_df(p_rec);
2074: end if;
2075: --
2076: hr_utility.set_location(' Leaving:'||l_proc, 10);
2077: End insert_validate;

Line 2226: hr_ori_bus.chk_ddf(p_rec);

2222: if c_date%notfound then
2223: close c_date;
2224: if(fnd_date.canonical_to_date(p_rec.org_information4) > fnd_date.date_to_canonical(l_enddate)) then
2225:
2226: hr_ori_bus.chk_ddf(p_rec);
2227: --
2228: end if;
2229: close c_date;
2230: end if;

Line 2234: hr_ori_bus.chk_ddf(p_rec);

2230: end if;
2231:
2232: else
2233:
2234: hr_ori_bus.chk_ddf(p_rec);
2235: --
2236: end if;
2237: -- End of fix for 3034234
2238: --

Line 2239: hr_ori_bus.chk_df(p_rec);

2235: --
2236: end if;
2237: -- End of fix for 3034234
2238: --
2239: hr_ori_bus.chk_df(p_rec);
2240: hr_utility.set_location(' Leaving:'||l_proc, 10);
2241: --
2242: End update_validate;
2243: --

Line 2261: end hr_ori_bus;

2257: --
2258: hr_utility.set_location(' Leaving:'||l_proc, 10);
2259: End delete_validate;
2260: --
2261: end hr_ori_bus;