DBA Data[Home] [Help]

APPS.PQP_AAT_BUS dependencies on PQP_AAT_BUS

Line 1: Package Body pqp_aat_bus as

1: Package Body pqp_aat_bus as
2: /* $Header: pqaatrhi.pkb 120.2.12010000.3 2009/07/01 10:58:37 dchindar ship $ */
3: --
4: -- ---------------------------------------------------------------------------+
5: -- | Private Global Definitions |

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

4: -- ---------------------------------------------------------------------------+
5: -- | Private Global Definitions |
6: -- ---------------------------------------------------------------------------+
7: --
8: g_package varchar2(33) := ' pqp_aat_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 110: if ( nvl(pqp_aat_bus.g_assignment_attribute_id, hr_api.g_number)

106: ,p_argument => 'assignment_attribute_id'
107: ,p_argument_value => p_assignment_attribute_id
108: );
109: --
110: if ( nvl(pqp_aat_bus.g_assignment_attribute_id, hr_api.g_number)
111: = p_assignment_attribute_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 117: l_legislation_code := pqp_aat_bus.g_legislation_code;

113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := pqp_aat_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function

Line 141: pqp_aat_bus.g_assignment_attribute_id:= p_assignment_attribute_id;

137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: pqp_aat_bus.g_assignment_attribute_id:= p_assignment_attribute_id;
142: pqp_aat_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;

Line 142: pqp_aat_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: pqp_aat_bus.g_assignment_attribute_id:= p_assignment_attribute_id;
142: pqp_aat_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;

Line 1978: pqp_aat_bus.chk_ddf(p_rec);

1974: --
1975: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1976: --
1977: --
1978: pqp_aat_bus.chk_ddf(p_rec);
1979: --
1980: pqp_aat_bus.chk_df(p_rec);
1981: --
1982:

Line 1980: pqp_aat_bus.chk_df(p_rec);

1976: --
1977: --
1978: pqp_aat_bus.chk_ddf(p_rec);
1979: --
1980: pqp_aat_bus.chk_df(p_rec);
1981: --
1982:
1983: --
1984: -- Added for Bugfix 2651375

Line 2184: pqp_aat_bus.chk_ddf(p_rec);

2180: ,p_rec => p_rec
2181: );
2182: --
2183: --
2184: pqp_aat_bus.chk_ddf(p_rec);
2185: --
2186: pqp_aat_bus.chk_df(p_rec);
2187:
2188: --

Line 2186: pqp_aat_bus.chk_df(p_rec);

2182: --
2183: --
2184: pqp_aat_bus.chk_ddf(p_rec);
2185: --
2186: pqp_aat_bus.chk_df(p_rec);
2187:
2188: --
2189: -- Added for Bugfix 2651375
2190: -- Check that if one of the work pattern cols is entered, then the

Line 2427: end pqp_aat_bus;

2423:
2424: hr_utility.set_location(' Leaving:'||l_proc, 10);
2425: End delete_validate;
2426: --
2427: end pqp_aat_bus;