DBA Data[Home] [Help]

APPS.BEN_LRI_BUS dependencies on BEN_LER_EXTRA_INFO

Line 103: p_ler_id in ben_ler_extra_info.ler_id%type

99: -- {End Of Comments}
100: -- ----------------------------------------------------------------------------
101: Procedure chk_ler_id
102: (
103: p_ler_id in ben_ler_extra_info.ler_id%type
104: );
105: -- ----------------------------------------------------------------------------
106: -- |--------------------< chk_multiple_occurences_flag >----------------------|
107: -- ----------------------------------------------------------------------------

Line 138: (p_information_type in ben_ler_extra_info.information_type%type

134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure chk_multiple_occurences_flag
138: (p_information_type in ben_ler_extra_info.information_type%type
139: ,p_ler_id in ben_ler_extra_info.ler_id%type
140: );
141: --
142: -- ----------------------------------------------------------------------------

Line 139: ,p_ler_id in ben_ler_extra_info.ler_id%type

135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure chk_multiple_occurences_flag
138: (p_information_type in ben_ler_extra_info.information_type%type
139: ,p_ler_id in ben_ler_extra_info.ler_id%type
140: );
141: --
142: -- ----------------------------------------------------------------------------
143: -- |-----------------------< chk_non_updateable_args >------------------------|