DBA Data[Home] [Help]

APPS.GL_STAT_ACCOUNT_UOM_PKG dependencies on GL_STAT_ACCOUNT_UOM_PKG

Line 1: PACKAGE BODY GL_STAT_ACCOUNT_UOM_PKG as

1: PACKAGE BODY GL_STAT_ACCOUNT_UOM_PKG as
2: /* $Header: glisuomb.pls 120.5 2005/05/05 01:28:27 kvora ship $ */
3:
4: --
5: -- PRIVATE FUNCTIONS

Line 18: -- gl_stat_account_uom_pkg.select_row(recinfo)

14: -- 01-20-94 D. J. Ogg Created
15: -- Arguments
16: -- recinfo Various information about the row
17: -- Example
18: -- gl_stat_account_uom_pkg.select_row(recinfo)
19: -- Notes
20: --
21: PROCEDURE select_row( recinfo IN OUT NOCOPY gl_stat_account_uom%ROWTYPE) IS
22: BEGIN

Line 210: END GL_STAT_ACCOUNT_UOM_PKG;

206: fnd_message.set_name('SQLGL','GL_ONE_UNIT_PER_ACCOUNT');
207: app_exception.raise_exception;
208: END Check_Unique;
209:
210: END GL_STAT_ACCOUNT_UOM_PKG;