DBA Data[Home] [Help]

APPS.BEN_PCP_BUS dependencies on BEN_PCP_BUS

Line 1: Package Body ben_pcp_bus as

1: Package Body ben_pcp_bus as
2: /* $Header: bepcprhi.pkb 115.13 2002/12/16 12:00:12 vsethi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_pcp_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 891: if ( nvl(ben_pcp_bus.g_pl_pcp_id, hr_api.g_number)

887: ,p_argument => 'pl_pcp_id'
888: ,p_argument_value => p_pl_pcp_id
889: );
890: --
891: if ( nvl(ben_pcp_bus.g_pl_pcp_id, hr_api.g_number)
892: = p_pl_pcp_id) then
893: --
894: -- The legislation code has already been found with a previous
895: -- call to this function. Just return the value in the global

Line 898: l_legislation_code := ben_pcp_bus.g_legislation_code;

894: -- The legislation code has already been found with a previous
895: -- call to this function. Just return the value in the global
896: -- variable.
897: --
898: l_legislation_code := ben_pcp_bus.g_legislation_code;
899: hr_utility.set_location(l_proc, 20);
900: else
901: --
902: -- The ID is different to the last call to this function

Line 922: ben_pcp_bus.g_pl_pcp_id := p_pl_pcp_id;

918: -- Set the global variables so the values are
919: -- available for the next call to this function.
920: --
921: close csr_leg_code;
922: ben_pcp_bus.g_pl_pcp_id := p_pl_pcp_id;
923: ben_pcp_bus.g_legislation_code := l_legislation_code;
924: end if;
925: hr_utility.set_location(' Leaving:'|| l_proc, 40);
926: return l_legislation_code;

Line 923: ben_pcp_bus.g_legislation_code := l_legislation_code;

919: -- available for the next call to this function.
920: --
921: close csr_leg_code;
922: ben_pcp_bus.g_pl_pcp_id := p_pl_pcp_id;
923: ben_pcp_bus.g_legislation_code := l_legislation_code;
924: end if;
925: hr_utility.set_location(' Leaving:'|| l_proc, 40);
926: return l_legislation_code;
927: end return_legislation_code;

Line 1242: --ben_pcp_bus.chk_df(p_rec);

1238: --
1239: -- Call all supporting business operations
1240: --
1241:
1242: --ben_pcp_bus.chk_df(p_rec);
1243: --
1244: hr_utility.set_location(' Leaving:'||l_proc, 10);
1245: End insert_validate;
1246: --

Line 1319: --ben_pcp_bus.chk_df(p_rec);

1315: (p_rec => p_rec
1316: );
1317: --
1318: --
1319: --ben_pcp_bus.chk_df(p_rec);
1320: --
1321: hr_utility.set_location(' Leaving:'||l_proc, 10);
1322: End update_validate;
1323: --

Line 1344: end ben_pcp_bus;

1340:
1341: hr_utility.set_location(' Leaving:'||l_proc, 10);
1342: End delete_validate;
1343: --
1344: end ben_pcp_bus;