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.3.12020000.3 2012/12/14 09:48:09 atadepal ship $ */
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 1099: ota_tsr_bus.chk_df(p_rec);

1095: insert_validate2(p_rec);
1096: --
1097: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1098: --
1099: ota_tsr_bus.chk_df(p_rec);
1100: hr_utility.set_location(' Leaving:'||l_proc, 10);
1101: End insert_validate;
1102: --
1103: -- ----------------------------------------------------------------------------

Line 1212: end ota_tsr_bus;

1208: hr_utility.set_location(' Leaving:'||l_proc, 10);
1209: --
1210: End return_legislation_code;
1211:
1212: end ota_tsr_bus;