DBA Data[Home] [Help]

APPS.PER_PPS_BUS dependencies on PER_PPS_BUS

Line 1: Package Body per_pps_bus as

1: Package Body per_pps_bus as
2: /* $Header: peppsrhi.pkb 120.0 2005/05/31 15:03:02 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pps_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 122: if ( nvl(per_pps_bus.g_parent_spine_id, hr_api.g_number)

118: ,p_argument => 'parent_spine_id'
119: ,p_argument_value => p_parent_spine_id
120: );
121: --
122: if ( nvl(per_pps_bus.g_parent_spine_id, hr_api.g_number)
123: = p_parent_spine_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 129: l_legislation_code := per_pps_bus.g_legislation_code;

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

Line 153: per_pps_bus.g_parent_spine_id := p_parent_spine_id;

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

Line 154: per_pps_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: per_pps_bus.g_parent_spine_id := p_parent_spine_id;
154: per_pps_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;

Line 1106: per_pps_bus.chk_df(p_rec);

1102:
1103: --
1104: -- Flexfield Validation
1105: --
1106: per_pps_bus.chk_df(p_rec);
1107:
1108: hr_utility.set_location(l_proc, 80);
1109:
1110: --

Line 1113: per_pps_bus.chk_ddf(p_rec);

1109:
1110: --
1111: -- Developer Descriptive Flexfield Validation
1112: --
1113: per_pps_bus.chk_ddf(p_rec);
1114:
1115: hr_utility.set_location(' Leaving:'||l_proc, 100);
1116:
1117: End insert_validate;

Line 1204: per_pps_bus.chk_df(p_rec);

1200:
1201: --
1202: -- Flexfield Validation
1203: --
1204: per_pps_bus.chk_df(p_rec);
1205:
1206: hr_utility.set_location(l_proc, 70);
1207: --
1208: -- Developer Descriptive Flexfield Validation

Line 1210: per_pps_bus.chk_ddf(p_rec);

1206: hr_utility.set_location(l_proc, 70);
1207: --
1208: -- Developer Descriptive Flexfield Validation
1209: --
1210: per_pps_bus.chk_ddf(p_rec);
1211:
1212: --
1213: hr_utility.set_location(' Leaving:'||l_proc, 100);
1214:

Line 1237: end per_pps_bus;

1233: --
1234: hr_utility.set_location(' Leaving:'||l_proc, 20);
1235: End delete_validate;
1236: --
1237: end per_pps_bus;