DBA Data[Home] [Help]

APPS.AHL_UNIT_DEFERRALS_PKG dependencies on AHL_UNIT_DEFERRALS_PKG

Line 1: package body AHL_UNIT_DEFERRALS_PKG as

1: package body AHL_UNIT_DEFERRALS_PKG as
2: /* $Header: AHLLUDFB.pls 120.2 2005/12/20 06:14 sracha noship $ */
3: procedure INSERT_ROW (
4: X_ROWID in out nocopy VARCHAR2,
5: X_UNIT_DEFERRAL_ID in out nocopy NUMBER,

Line 487: end AHL_UNIT_DEFERRALS_PKG;

483: where T.UNIT_DEFERRAL_ID = B.UNIT_DEFERRAL_ID
484: and T.LANGUAGE = L.LANGUAGE_CODE);
485: end ADD_LANGUAGE;
486:
487: end AHL_UNIT_DEFERRALS_PKG;