DBA Data[Home] [Help]

PACKAGE: APPS.FII_EXCEPTION_CHECK_PKG

Source


1 PACKAGE FII_EXCEPTION_CHECK_PKG AS
2 /* $Header: FIIGLECS.pls 120.1 2005/10/30 05:13:18 appldev noship $ */
3 
4 ----------------------------------------
5 -- function check_slg_setup
6 --
7 -- Check if there is any source ledger(s) setup for DBI.
8 -- If yes, return 0.
9 -- If  no, return 1, and print a message to the concurrent program output file.
10 ----------------------------------------
11 FUNCTION check_slg_setup RETURN NUMBER;
12 
13 FUNCTION detect_unmapped_local_vs( p_dim_short_name VARCHAR2 ) RETURN NUMBER;
14 
15 END FII_EXCEPTION_CHECK_PKG;