DBA Data[Home] [Help]

APPS.OTA_CTU_BUS dependencies on OTA_CTU_BUS

Line 1: Package Body ota_ctu_bus as

1: Package Body ota_ctu_bus as
2: /* $Header: otcturhi.pkb 120.2 2005/09/29 05:31:13 pgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_ctu_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(ota_ctu_bus.g_category_usage_id, hr_api.g_number)

118: ,p_argument => 'category_usage_id'
119: ,p_argument_value => p_category_usage_id
120: );
121: --
122: if ( nvl(ota_ctu_bus.g_category_usage_id, hr_api.g_number)
123: = p_category_usage_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 := ota_ctu_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 := ota_ctu_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: ota_ctu_bus.g_category_usage_id := p_category_usage_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: ota_ctu_bus.g_category_usage_id := p_category_usage_id;
154: ota_ctu_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: ota_ctu_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: ota_ctu_bus.g_category_usage_id := p_category_usage_id;
154: ota_ctu_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 1033: ota_ctu_bus.chk_df(p_rec);

1029: );
1030: --
1031: -- Bug 3456546 : dff available only for Category : type = C
1032: if p_rec.type = 'C' then
1033: ota_ctu_bus.chk_df(p_rec);
1034: end if;
1035:
1036: --
1037: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1081: ota_ctu_bus.Chk_valid_parent_category

1077: --
1078: --
1079: -- Validating parent category for type category only
1080: IF p_rec.type = 'C' THEN
1081: ota_ctu_bus.Chk_valid_parent_category
1082: (p_parent_cat_usage_id => p_rec.parent_cat_usage_id
1083: ,p_category_usage_id => p_rec.category_usage_id
1084: );
1085: END IF;

Line 1150: ota_ctu_bus.chk_df(p_rec);

1146: --
1147: --
1148: -- Bug 3456546 : dff available only for Category : type = C
1149: if p_rec.type = 'C' then
1150: ota_ctu_bus.chk_df(p_rec);
1151: end if;
1152:
1153: --
1154: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1671: end ota_ctu_bus;

1667: hr_utility.set_location(' Leaving:'|| l_proc,30);
1668: --
1669: End Chk_act_def_for_org_tp;
1670: --
1671: end ota_ctu_bus;