DBA Data[Home] [Help]

APPS.OTA_TAV_BUS dependencies on OTA_TAV_BUS

Line 1: PACKAGE BODY ota_tav_bus as

1: PACKAGE BODY ota_tav_bus as
2: /* $Header: ottav01t.pkb 120.2.12010000.2 2008/12/19 09:26:32 shwnayak ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1524: ota_tav_bus.chk_ddf(p_rec);

1520: ota_tav_api_business_rules.check_unique_rco_id
1521: (p_rec.activity_version_id,
1522: p_rec.rco_id);
1523: --
1524: ota_tav_bus.chk_ddf(p_rec);
1525:
1526: chk_category(p_rec.activity_id);
1527: hr_utility.set_location(' Leaving:'||l_proc, 10);
1528: End insert_validate;

Line 1843: ota_tav_bus.chk_ddf(p_rec);

1839: p_rec.rco_id );
1840:
1841: end if;
1842:
1843: ota_tav_bus.chk_ddf(p_rec);
1844: hr_utility.set_location(' Leaving:'||l_proc, 10);
1845: End update_validate;
1846: --
1847: -- ----------------------------------------------------------------------------

Line 2005: end ota_tav_bus;

2001: end if;
2002: hr_utility.set_location(' Leaving:'|| v_proc,80);
2003: end check_if_crt_exists;
2004: --
2005: end ota_tav_bus;