DBA Data[Home] [Help]

APPS.ENG_ORG dependencies on ENG_ORG

Line 1: PACKAGE BODY eng_org AS

1: PACKAGE BODY eng_org AS
2: /* $Header: ENGORGDB.pls 115.1 99/07/27 08:40:39 porting ship $ */
3: --
4: PROCEDURE eng_predel_validation (p_organization_id IN number) is
5:

Line 15: hr_utility.set_location('eng_org.eng_predel_validation',1);

11: -- Local Variable
12: v_dummy varchar2(1);
13: --
14: begin
15: hr_utility.set_location('eng_org.eng_predel_validation',1);
16: select 1
17: into v_dummy
18: from sys.dual
19: where exists(select 'exists'

Line 32: END eng_org;

28: exception
29: when no_data_found then null;
30: end eng_predel_validation;
31: --
32: END eng_org;