DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on OTA_TSR_BUS

Line 1: Package Body ota_tsr_bus as

1: Package Body ota_tsr_bus as
2: /* $Header: ottsr01t.pkb 120.2 2005/08/08 23:27:40 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_tsr_bus.'; -- Global package name
9: g_legislation_code varchar2(150) default null;
10: -- ici insert tsr.cat
11: --*******************************************************************************
12: -- TPL: ADDITIONAL API

Line 1095: ota_tsr_bus.chk_df(p_rec);

1091: insert_validate2(p_rec);
1092: --
1093: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1094: --
1095: ota_tsr_bus.chk_df(p_rec);
1096: hr_utility.set_location(' Leaving:'||l_proc, 10);
1097: End insert_validate;
1098: --
1099: -- ----------------------------------------------------------------------------

Line 1208: end ota_tsr_bus;

1204: hr_utility.set_location(' Leaving:'||l_proc, 10);
1205: --
1206: End return_legislation_code;
1207:
1208: end ota_tsr_bus;