DBA Data[Home] [Help]

APPS.ALR_PROFILE dependencies on ALR_PROFILE

Line 1: package body ALR_PROFILE as

1: package body ALR_PROFILE as
2: /* $Header: ALPROFLB.pls 115.1 99/07/16 19:01:22 porting ship $ */
3:
4: type VAL_TAB_TYPE is table of varchar2(2000) index by binary_integer;
5: type NAME_TAB_TYPE is table of varchar2(80) index by binary_integer;

Line 50: from alr_profile_options

46: DEFINED_Z out boolean) is
47:
48: cursor C1 is
49: select profile_option_value
50: from alr_profile_options
51: where profile_option_name = NAME_Z;
52:
53: begin
54:

Line 159: end ALR_PROFILE;

155: ** initialization section
156: */
157: TABLE_SIZE := 0;
158:
159: end ALR_PROFILE;