DBA Data[Home] [Help]

APPS.INV_ORG dependencies on INV_ORG

Line 1: PACKAGE BODY inv_org AS

1: PACKAGE BODY inv_org AS
2: /* $Header: INVPEO1B.pls 120.0 2005/05/27 09:56:28 appldev noship $ */
3: /*
4: ******************************************************************
5: * *

Line 23: Name : inv_org (BODY)

19: * England. *
20: * *
21: ****************************************************************** */
22: /*
23: Name : inv_org (BODY)
24:
25: Description : This package declares procedures required to validate
26: organizations to be deleted from the database. It is used
27: primarily by the Define Organization form (PERORDOR).

Line 47: hr_utility.set_location('inv_org.inv_predel_validation',1);

43: -- Local Variable
44: v_dummy varchar2(1);
45: --
46: begin
47: hr_utility.set_location('inv_org.inv_predel_validation',1);
48: select 1
49: into v_dummy
50: from sys.dual
51: where exists(select 'exists'

Line 66: END inv_org;

62: exception
63: when no_data_found then null;
64: end inv_predel_validation;
65: --
66: END inv_org;