DBA Data[Home] [Help]

APPS.BEN_COPY_EXTRACT dependencies on BEN_COPY_EXTRACT

Line 1: PACKAGE BODY ben_copy_extract AS

1: PACKAGE BODY ben_copy_extract AS
2: /* $Header: bexcpapi.pkb 120.5 2006/03/21 19:03:40 tjesumic noship $ */
3:
4: -- Type Declaration
5:

Line 15: t_Formulas ben_copy_extract.FormulaID;

11: TYPE ExtId IS TABLE OF IdTyp;
12:
13: -- Package Variables
14: --
15: t_Formulas ben_copy_extract.FormulaID;
16: t_DinRId ExtId;
17: t_RinFId ExtId;
18:
19: g_package VARCHAR2(33) := ' BEN_COPY_EXTRACT.';

Line 19: g_package VARCHAR2(33) := ' BEN_COPY_EXTRACT.';

15: t_Formulas ben_copy_extract.FormulaID;
16: t_DinRId ExtId;
17: t_RinFId ExtId;
18:
19: g_package VARCHAR2(33) := ' BEN_COPY_EXTRACT.';
20:
21: g_truncated BOOLEAN; -- Has an entity name been truncated while prefixing?
22:
23: g_msg_app varchar2(30) ; -- bug 2459050

Line 1547: END ben_copy_extract;

1543: hr_utility.set_location('Leaving:'|| l_proc, 20);
1544:
1545: END copy_extract;
1546:
1547: END ben_copy_extract;