DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PER_ADD_BUS

Line 1: Package Body per_add_bus as

1: Package Body per_add_bus as
2: /* $Header: peaddrhi.pkb 120.8 2011/11/15 11:36:00 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_add_bus.'; -- Global package name
9: --
10: -- This variable indicates if payroll is installed under US legislation.
11: -- The function that returns this value is called in the validation procedures.
12: -- To prevent the identical sql from executing multiple times, this variable

Line 1295: l_legislation_code := PER_ADD_BUS.return_legislation_code(P_ADDRESS_ID => P_ADDRESS_ID);

1291: --
1292:
1293: --- Fix For Bug # 7418570 Starts ---
1294: if l_api_updating then
1295: l_legislation_code := PER_ADD_BUS.return_legislation_code(P_ADDRESS_ID => P_ADDRESS_ID);
1296: end if;
1297: --- Fix For Bug # 7418570 Ends ---
1298:
1299: --- Fix For Bug # 7418570 added extra restriction clause for Legislation Code in the below IF condition ---

Line 5336: end per_add_bus;

5332: return l_legislation_code;
5333: end return_legislation_code;
5334: --
5335: --
5336: end per_add_bus;