DBA Data[Home] [Help]

APPS.IRC_IAV_BUS dependencies on IRC_IAV_BUS

Line 1: Package Body irc_iav_bus as

1: Package Body irc_iav_bus as
2: /* $Header: iriavrhi.pkb 120.1 2005/12/22 21:07:08 gganesan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_iav_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 122: if ( nvl(irc_iav_bus.g_vacancy_id, hr_api.g_number)

118: ,p_argument => 'vacancy_id'
119: ,p_argument_value => p_vacancy_id
120: );
121: --
122: if ( nvl(irc_iav_bus.g_vacancy_id, hr_api.g_number)
123: = p_vacancy_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 129: l_legislation_code := irc_iav_bus.g_legislation_code;

125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global
127: -- variable.
128: --
129: l_legislation_code := irc_iav_bus.g_legislation_code;
130: hr_utility.set_location(l_proc, 20);
131: else
132: --
133: -- The ID is different to the last call to this function

Line 153: irc_iav_bus.g_vacancy_id := p_vacancy_id;

149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: irc_iav_bus.g_vacancy_id := p_vacancy_id;
154: irc_iav_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;

Line 154: irc_iav_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: irc_iav_bus.g_vacancy_id := p_vacancy_id;
154: irc_iav_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;

Line 839: irc_iav_bus.set_security_group_id

835: --
836: -- Call all supporting business operations
837: --
838: hr_utility.set_location(l_proc, 10);
839: irc_iav_bus.set_security_group_id
840: (p_vacancy_id => p_rec.vacancy_id
841: ,p_associated_column1 => irc_iav_shd.g_tab_nam||'.VACANCY_ID'
842: );
843: --

Line 847: irc_iav_bus.chk_df(p_rec);

843: --
844: -- Validate Dependent Attributes
845: --
846: --
847: irc_iav_bus.chk_df(p_rec);
848: --
849: chk_agency_id
850: (p_agency_id => p_rec.agency_id
851: );

Line 897: irc_iav_bus.set_security_group_id

893: --
894: -- Call all supporting business operations
895: --
896: hr_utility.set_location(l_proc, 10);
897: irc_iav_bus.set_security_group_id
898: (p_vacancy_id => p_rec.vacancy_id
899: ,p_associated_column1 => irc_iav_shd.g_tab_nam||'.VACANCY_ID'
900: );
901: --

Line 909: irc_iav_bus.chk_df(p_rec);

905: (p_rec => p_rec
906: );
907: --
908: --
909: irc_iav_bus.chk_df(p_rec);
910: --
911: chk_agency_id
912: (p_agency_id => p_rec.agency_id
913: );

Line 961: end irc_iav_bus;

957: --
958: hr_utility.set_location(' Leaving:'||l_proc, 10);
959: End delete_validate;
960: --
961: end irc_iav_bus;