DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on PQP_VAL_BUS

Line 1: Package Body pqp_val_bus as

1: Package Body pqp_val_bus as
2: /* $Header: pqvalrhi.pkb 120.0.12010000.3 2008/08/08 07:22:41 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

118: ,p_argument => 'vehicle_allocation_id'
119: ,p_argument_value => p_vehicle_allocation_id
120: );
121: --
122: if ( nvl(pqp_val_bus.g_vehicle_allocation_id, hr_api.g_number)
123: = p_vehicle_allocation_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 := pqp_val_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 := pqp_val_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: pqp_val_bus.g_vehicle_allocation_id := p_vehicle_allocation_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: pqp_val_bus.g_vehicle_allocation_id := p_vehicle_allocation_id;
154: pqp_val_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: pqp_val_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: pqp_val_bus.g_vehicle_allocation_id := p_vehicle_allocation_id;
154: pqp_val_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 1691: pqp_val_bus.chk_ddf(p_rec);

1687: --
1688: -- Validate Dependent Attributes
1689: --
1690: --
1691: pqp_val_bus.chk_ddf(p_rec);
1692: --
1693: pqp_val_bus.chk_df(p_rec);
1694: --
1695: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1693: pqp_val_bus.chk_df(p_rec);

1689: --
1690: --
1691: pqp_val_bus.chk_ddf(p_rec);
1692: --
1693: pqp_val_bus.chk_df(p_rec);
1694: --
1695: hr_utility.set_location(' Leaving:'||l_proc, 10);
1696: End insert_validate;
1697: --

Line 1918: pqp_val_bus.chk_ddf(p_rec);

1914: p_same_associated_columns => 'Y'
1915: ) then
1916: raise;
1917: END IF;
1918: pqp_val_bus.chk_ddf(p_rec);
1919: --
1920: pqp_val_bus.chk_df(p_rec);
1921: --
1922: hr_multi_message.end_validation_set;

Line 1920: pqp_val_bus.chk_df(p_rec);

1916: raise;
1917: END IF;
1918: pqp_val_bus.chk_ddf(p_rec);
1919: --
1920: pqp_val_bus.chk_df(p_rec);
1921: --
1922: hr_multi_message.end_validation_set;
1923: hr_utility.set_location(' Leaving:'||l_proc, 10);
1924: End update_validate;

Line 1985: end pqp_val_bus;

1981:
1982: hr_utility.set_location(' Leaving:'||l_proc, 10);
1983: End delete_validate;
1984: --
1985: end pqp_val_bus;