DBA Data[Home] [Help]

APPS.HR_ORD_BUS dependencies on HR_ORD_BUS

Line 1: Package Body hr_ord_bus as

1: Package Body hr_ord_bus as
2: /* $Header: hrordrhi.pkb 115.7 2002/12/04 06:20:03 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ord_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 124: if ( nvl(hr_ord_bus.g_organization_link_id, hr_api.g_number)

120: ,p_argument => 'organization_link_id'
121: ,p_argument_value => p_organization_link_id
122: );
123: --
124: if ( nvl(hr_ord_bus.g_organization_link_id, hr_api.g_number)
125: = p_organization_link_id) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global

Line 131: l_legislation_code := hr_ord_bus.g_legislation_code;

127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global
129: -- variable.
130: --
131: l_legislation_code := hr_ord_bus.g_legislation_code;
132: hr_utility.set_location(l_proc, 20);
133: else
134: --
135: -- The ID is different to the last call to this function

Line 155: hr_ord_bus.g_organization_link_id := p_organization_link_id;

151: -- Set the global variables so the values are
152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: hr_ord_bus.g_organization_link_id := p_organization_link_id;
156: hr_ord_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;

Line 156: hr_ord_bus.g_legislation_code := l_legislation_code;

152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: hr_ord_bus.g_organization_link_id := p_organization_link_id;
156: hr_ord_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;
160: end return_legislation_code;

Line 1155: hr_ord_bus.chk_ddf

1151: chk_org_link_info_category
1152: (p_org_link_type => p_rec.org_link_type
1153: ,p_org_link_info_category => p_rec.org_link_information_category);
1154: --
1155: hr_ord_bus.chk_ddf
1156: (p_rec);
1157: --
1158: hr_ord_bus.chk_df
1159: (p_rec);

Line 1158: hr_ord_bus.chk_df

1154: --
1155: hr_ord_bus.chk_ddf
1156: (p_rec);
1157: --
1158: hr_ord_bus.chk_df
1159: (p_rec);
1160: --
1161: hr_utility.set_location(' Leaving:'||l_proc, 10);
1162: End insert_validate;

Line 1193: hr_ord_bus.chk_ddf

1189: chk_non_updateable_args
1190: (p_effective_date => p_effective_date
1191: ,p_rec => p_rec);
1192: --
1193: hr_ord_bus.chk_ddf
1194: (p_rec);
1195: --
1196: hr_ord_bus.chk_df
1197: (p_rec);

Line 1196: hr_ord_bus.chk_df

1192: --
1193: hr_ord_bus.chk_ddf
1194: (p_rec);
1195: --
1196: hr_ord_bus.chk_df
1197: (p_rec);
1198: --
1199: hr_utility.set_location(' Leaving:'||l_proc, 10);
1200: End update_validate;

Line 1220: end hr_ord_bus;

1216: --
1217: hr_utility.set_location(' Leaving:'||l_proc, 10);
1218: End delete_validate;
1219: --
1220: end hr_ord_bus;