DBA Data[Home] [Help]

APPS.BEN_PGI_BUS dependencies on BEN_PGM_EXTRA_INFO

Line 103: p_pgm_id in ben_pgm_extra_info.pgm_id%type

99: -- {End Of Comments}
100: -- ----------------------------------------------------------------------------
101: Procedure chk_pgm_id
102: (
103: p_pgm_id in ben_pgm_extra_info.pgm_id%type
104: );
105: -- ----------------------------------------------------------------------------
106: -- |--------------------< chk_multiple_occurences_flag >----------------------|
107: -- ----------------------------------------------------------------------------

Line 138: (p_information_type in ben_pgm_extra_info.information_type%type

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

Line 139: ,p_pgm_id in ben_pgm_extra_info.pgm_id%type

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