DBA Data[Home] [Help]

APPS.QA_LOCATION dependencies on QA_LOCATION

Line 1: PACKAGE BODY qa_location AS

1: PACKAGE BODY qa_location AS
2: /* $Header: qlthrb.plb 120.0 2005/05/24 18:25:10 appldev noship $ */
3:
4: PROCEDURE qa_predel_validation (p_location_id in number) IS
5: --

Line 27: hr_utility.set_location('QA_LOCATION.QA_PREDEL_VALIDATION', 1);

23: --
24:
25: BEGIN
26:
27: hr_utility.set_location('QA_LOCATION.QA_PREDEL_VALIDATION', 1);
28:
29: --
30: -- Bug 3930666. Construct the decode statement
31: -- using the efficient qa_char_indexes_pkg.

Line 92: END qa_location;

88: END IF;
89:
90: END qa_predel_validation;
91:
92: END qa_location;