DBA Data[Home] [Help]

APPS.PAY_CSK_FLEX dependencies on PER_BUSINESS_GROUPS

Line 17: l_legislation_code per_business_groups.legislation_code%type;

13: (p_rec in pay_csk_shd.g_rec_type) is
14: --
15: l_proc varchar2(72) := g_package||'kf';
16: l_error exception;
17: l_legislation_code per_business_groups.legislation_code%type;
18: --
19: begin
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --

Line 178: FROM per_business_groups pbg

174: BEGIN
175:
176: SELECT cost_allocation_structure
177: INTO l_structure
178: FROM per_business_groups pbg
179: WHERE pbg.business_group_id = p_business_group_id;
180:
181: if (p_cost_allocation_keyflex_id IS NOT NULL) then
182: if (p_segment1 IS NOT NULL or