DBA Data[Home] [Help]

APPS.PQP_SHP_BUS dependencies on PQP_SHP_BUS

Line 1: Package Body pqp_shp_bus as

1: Package Body pqp_shp_bus as
2: /* $Header: pqshprhi.pkb 115.8 2003/02/17 22:14:48 tmehra noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

106: ,p_argument => 'service_history_period_id'
107: ,p_argument_value => p_service_history_period_id
108: );
109: --
110: if ( nvl(pqp_shp_bus.g_service_history_period_id, hr_api.g_number)
111: = p_service_history_period_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_shp_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_shp_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_shp_bus.g_service_history_period_id := p_service_history_period_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_shp_bus.g_service_history_period_id := p_service_history_period_id;
142: pqp_shp_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_shp_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: pqp_shp_bus.g_service_history_period_id := p_service_history_period_id;
142: pqp_shp_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 844: pqp_shp_bus.chk_ddf(p_rec);

840: --
841: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
842: --
843: --
844: pqp_shp_bus.chk_ddf(p_rec);
845: --
846: pqp_shp_bus.chk_df(p_rec);
847: --
848: --

Line 846: pqp_shp_bus.chk_df(p_rec);

842: --
843: --
844: pqp_shp_bus.chk_ddf(p_rec);
845: --
846: pqp_shp_bus.chk_df(p_rec);
847: --
848: --
849: -- Validate start date
850: -- Only if it has a value

Line 904: pqp_shp_bus.chk_ddf(p_rec);

900: p_rec => p_rec
901: );
902: --
903: --
904: pqp_shp_bus.chk_ddf(p_rec);
905: --
906: pqp_shp_bus.chk_df(p_rec);
907: --
908: --

Line 906: pqp_shp_bus.chk_df(p_rec);

902: --
903: --
904: pqp_shp_bus.chk_ddf(p_rec);
905: --
906: pqp_shp_bus.chk_df(p_rec);
907: --
908: --
909: -- Validate start date
910: -- Only if it has a value

Line 968: end pqp_shp_bus;

964: --
965: hr_utility.set_location(' Leaving:'||l_proc, 10);
966: End delete_validate;
967: --
968: end pqp_shp_bus;