DBA Data[Home] [Help]

APPS.PAY_BDT_SHD dependencies on PAY_BDT_SHD

Line 1: Package Body pay_bdt_shd as

1: Package Body pay_bdt_shd as
2: /* $Header: pybdtrhi.pkb 120.3 2005/11/24 05:36:48 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_bdt_shd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |---------------------------< constraint_error >---------------------------|
12: -- ----------------------------------------------------------------------------

Line 72: = pay_bdt_shd.g_old_rec.balance_dimension_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_balance_dimension_id
72: = pay_bdt_shd.g_old_rec.balance_dimension_id and
73: p_language
74: = pay_bdt_shd.g_old_rec.language
75: ) Then
76: --

Line 74: = pay_bdt_shd.g_old_rec.language

70: Else
71: If (p_balance_dimension_id
72: = pay_bdt_shd.g_old_rec.balance_dimension_id and
73: p_language
74: = pay_bdt_shd.g_old_rec.language
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into pay_bdt_shd.g_old_rec;

82: --
83: -- Select the current row into g_old_rec
84: --
85: Open C_Sel1;
86: Fetch C_Sel1 Into pay_bdt_shd.g_old_rec;
87: If C_Sel1%notfound Then
88: Close C_Sel1;
89: --
90: -- The primary key is invalid therefore we must error

Line 145: Fetch C_Sel1 Into pay_bdt_shd.g_old_rec;

141: ,p_argument_value => p_language
142: );
143: --
144: Open C_Sel1;
145: Fetch C_Sel1 Into pay_bdt_shd.g_old_rec;
146: If C_Sel1%notfound then
147: Close C_Sel1;
148: --
149: -- The primary key is invalid therefore we must error

Line 273: end pay_bdt_shd;

269: Return(l_rec);
270: --
271: End convert_args;
272: --
273: end pay_bdt_shd;