DBA Data[Home] [Help]

APPS.PSP_PEE_BUS dependencies on PSP_PEE_BUS

Line 1: Package Body psp_pee_bus as

1: Package Body psp_pee_bus as
2: /* $Header: PSPEERHB.pls 120.3 2006/02/08 05:35 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' psp_pee_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(psp_pee_bus.g_external_effort_line_id, hr_api.g_number)

118: ,p_argument => 'external_effort_line_id'
119: ,p_argument_value => p_external_effort_line_id
120: );
121: --
122: if ( nvl(psp_pee_bus.g_external_effort_line_id, hr_api.g_number)
123: = p_external_effort_line_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 := psp_pee_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 := psp_pee_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: psp_pee_bus.g_external_effort_line_id := p_external_effort_line_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: psp_pee_bus.g_external_effort_line_id := p_external_effort_line_id;
154: psp_pee_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: psp_pee_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: psp_pee_bus.g_external_effort_line_id := p_external_effort_line_id;
154: psp_pee_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 1364: psp_pee_bus.chk_df(p_rec);

1360: ( p_expenditure_organization_id => p_rec.expenditure_organization_id
1361: , p_distribution_date => p_rec.distribution_date );
1362: END IF;
1363:
1364: psp_pee_bus.chk_df(p_rec);
1365: --
1366: hr_utility.set_location(' Leaving:'||l_proc, 10);
1367: End insert_validate;
1368: --

Line 1459: psp_pee_bus.chk_df(p_rec);

1455: (p_rec => p_rec
1456: );
1457: --
1458: --
1459: psp_pee_bus.chk_df(p_rec);
1460: --
1461: hr_utility.set_location(' Leaving:'||l_proc, 10);
1462: End update_validate;
1463: --

Line 1484: end psp_pee_bus;

1480:
1481: hr_utility.set_location(' Leaving:'||l_proc, 10);
1482: End delete_validate;
1483: --
1484: end psp_pee_bus;