DBA Data[Home] [Help]

APPS.FUN_SEQ_UTILS dependencies on FUN_SEQ_UTILS

Line 1: PACKAGE BODY fun_seq_utils AS

1: PACKAGE BODY fun_seq_utils AS
2: /* $Header: funsqrlb.pls 120.17 2004/11/04 01:16:12 masada noship $ */
3:
4: --
5: -- Global Variable

Line 7: g_module CONSTANT VARCHAR2(30) DEFAULT 'fun.plsql.fun_seq_utils';

3:
4: --
5: -- Global Variable
6: --
7: g_module CONSTANT VARCHAR2(30) DEFAULT 'fun.plsql.fun_seq_utils';
8: g_table_names Table_Name_Tab;
9: g_cache_size BINARY_INTEGER DEFAULT 0;
10:
11: --

Line 920: show_exception('fun_seq_utils.create_version');

916: END IF;
917: --
918: -- Raise Exception
919: --
920: show_exception('fun_seq_utils.create_version');
921: END create_version;
922:
923: PROCEDURE recreate_version IS
924: l_header_name fun_seq_versions.header_name%TYPE;

Line 1463: END fun_seq_utils;

1459: WHEN NO_DATA_FOUND THEN
1460: RETURN NULL;
1461: END get_max_number;
1462:
1463: END fun_seq_utils;