DBA Data[Home] [Help]

APPS.PA_COST_BASES_PKG dependencies on PA_COST_BASES

Line 1: package body PA_COST_BASES_PKG as

1: package body PA_COST_BASES_PKG as
2: --- $Header: PAXCCBAB.pls 120.1 2005/08/23 19:19:00 spunathi noship $
3: --- ---------------------------------------------------------------------------
4: --- this procedure will check that the PK value being input is Unique.
5:

Line 21: from pa_cost_bases c

17: into x_dummy
18: from sys.dual
19: where not exists
20: (select 1
21: from pa_cost_bases c
22: where c.cost_base = x_cost_base
23: and c.cost_base_type = x_cost_base_type
24: and ((x_rowid is NULL) or (rowid <> x_rowid)));
25:

Line 208: end PA_COST_BASES_PKG;

204:
205:
206: end check_references;
207: ----------------------------------------------------------------------------
208: end PA_COST_BASES_PKG;