DBA Data[Home] [Help]

APPS.BEN_PQC_BUS dependencies on BEN_PQC_BUS

Line 1: Package Body ben_pqc_bus as

1: Package Body ben_pqc_bus as
2: /* $Header: bepqcrhi.pkb 120.0.12010000.2 2008/08/05 15:17:32 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

106: ,p_argument => 'prtt_rmt_rqst_ctfn_prvdd_id'
107: ,p_argument_value => p_prtt_rmt_rqst_ctfn_prvdd_id
108: );
109: --
110: if ( nvl(ben_pqc_bus.g_prtt_rmt_rqst_ctfn_prvdd_id, hr_api.g_number)
111: = p_prtt_rmt_rqst_ctfn_prvdd_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 := ben_pqc_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 := ben_pqc_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: ben_pqc_bus.g_prtt_rmt_rqst_ctfn_prvdd_id := p_prtt_rmt_rqst_ctfn_prvdd_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: ben_pqc_bus.g_prtt_rmt_rqst_ctfn_prvdd_id := p_prtt_rmt_rqst_ctfn_prvdd_id;
142: ben_pqc_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: ben_pqc_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: ben_pqc_bus.g_prtt_rmt_rqst_ctfn_prvdd_id := p_prtt_rmt_rqst_ctfn_prvdd_id;
142: ben_pqc_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 643: ben_pqc_bus.chk_df(p_rec);

639: -- Remove this comment when the edit has been completed.
640: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
641: --
642: --
643: ben_pqc_bus.chk_df(p_rec);
644: --
645: hr_utility.set_location(' Leaving:'||l_proc, 10);
646: End insert_validate;
647: --

Line 698: ben_pqc_bus.chk_df(p_rec);

694: ,p_rec => p_rec
695: );
696: --
697: --
698: ben_pqc_bus.chk_df(p_rec);
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End update_validate;
702: --

Line 731: end ben_pqc_bus;

727: --
728: hr_utility.set_location(' Leaving:'||l_proc, 10);
729: End delete_validate;
730: --
731: end ben_pqc_bus;