DBA Data[Home] [Help]

APPS.PSP_ERD_BUS dependencies on PSP_ERD_BUS

Line 1: Package Body psp_erd_bus as

1: Package Body psp_erd_bus as
2: /* $Header: PSPEDRHB.pls 120.2 2006/01/25 01:49 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' psp_erd_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 137: if ( nvl(psp_erd_bus.g_effort_report_detail_id, hr_api.g_number)

133: ,p_argument => 'effort_report_detail_id'
134: ,p_argument_value => p_effort_report_detail_id
135: );
136: --
137: if ( nvl(psp_erd_bus.g_effort_report_detail_id, hr_api.g_number)
138: = p_effort_report_detail_id) then
139: --
140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global

Line 144: l_legislation_code := psp_erd_bus.g_legislation_code;

140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global
142: -- variable.
143: --
144: l_legislation_code := psp_erd_bus.g_legislation_code;
145: hr_utility.set_location(l_proc, 20);
146: else
147: --
148: -- The ID is different to the last call to this function

Line 168: psp_erd_bus.g_effort_report_detail_id := p_effort_report_detail_id;

164: -- Set the global variables so the values are
165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: psp_erd_bus.g_effort_report_detail_id := p_effort_report_detail_id;
169: psp_erd_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;

Line 169: psp_erd_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: psp_erd_bus.g_effort_report_detail_id := p_effort_report_detail_id;
169: psp_erd_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;

Line 348: -- psp_erd_bus.chk_df(p_rec);

344: --
345: -- Validate Dependent Attributes
346: --
347: --
348: -- psp_erd_bus.chk_df(p_rec);
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End insert_validate;
352: --

Line 382: -- psp_erd_bus.chk_df(p_rec);

378: (p_rec => p_rec
379: );
380: --
381: --
382: -- psp_erd_bus.chk_df(p_rec);
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End update_validate;
386: --

Line 404: end psp_erd_bus;

400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End delete_validate;
403: --
404: end psp_erd_bus;