DBA Data[Home] [Help]

PACKAGE: APPS.IRC_LOCATION_CRITERIA_VAL_BK2

Source


1 Package IRC_LOCATION_CRITERIA_VAL_BK2 as
2 /* $Header: irlcvapi.pkh 120.4 2008/02/21 14:32:49 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------< DELETE_LOCATION_CRITERIA_B >---------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure DELETE_LOCATION_CRITERIA_B
9   (p_location_criteria_value_id    in     number
10   ,p_object_version_number         in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |-----------------< DELETE_LOCATION_CRITERIA_A >---------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure DELETE_LOCATION_CRITERIA_A
18   (p_location_criteria_value_id    in     number
19   ,p_object_version_number         in     number
20   );
21 --
22 end IRC_LOCATION_CRITERIA_VAL_BK2;
23 
24