DBA Data[Home] [Help]

APPS.PQH_ACC_BUS dependencies on PQH_ACC_BUS

Line 1: Package Body pqh_acc_bus as

1: Package Body pqh_acc_bus as
2: /* $Header: pqaccrhi.pkb 115.4 2004/03/15 23:54:54 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_acc_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 115: if ( nvl(pqh_acc_bus.g_accommodation_id, hr_api.g_number)

111: ,p_argument => 'accommodation_id'
112: ,p_argument_value => p_accommodation_id
113: );
114: --
115: if ( nvl(pqh_acc_bus.g_accommodation_id, hr_api.g_number)
116: = p_accommodation_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := pqh_acc_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := pqh_acc_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: pqh_acc_bus.g_accommodation_id := p_accommodation_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pqh_acc_bus.g_accommodation_id := p_accommodation_id;
147: pqh_acc_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: pqh_acc_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pqh_acc_bus.g_accommodation_id := p_accommodation_id;
147: pqh_acc_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 834: -- pqh_acc_bus.chk_ddf(p_rec);

830: --
831: -- Validate Dependent Attributes
832: --
833: --
834: -- pqh_acc_bus.chk_ddf(p_rec);
835: --
836: -- pqh_acc_bus.chk_df(p_rec);
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 836: -- pqh_acc_bus.chk_df(p_rec);

832: --
833: --
834: -- pqh_acc_bus.chk_ddf(p_rec);
835: --
836: -- pqh_acc_bus.chk_df(p_rec);
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);
839: End insert_validate;
840: --

Line 888: -- pqh_acc_bus.chk_ddf(p_rec);

884: ,p_rec => p_rec
885: );
886: --
887: --
888: -- pqh_acc_bus.chk_ddf(p_rec);
889: --
890: -- pqh_acc_bus.chk_df(p_rec);
891: --
892: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 890: -- pqh_acc_bus.chk_df(p_rec);

886: --
887: --
888: -- pqh_acc_bus.chk_ddf(p_rec);
889: --
890: -- pqh_acc_bus.chk_df(p_rec);
891: --
892: hr_utility.set_location(' Leaving:'||l_proc, 10);
893: End update_validate;
894: --

Line 923: end pqh_acc_bus;

919: --
920: hr_utility.set_location(' Leaving:'||l_proc, 10);
921: End delete_validate;
922: --
923: end pqh_acc_bus;