DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_APPLICATIONS

Line 5382: cursor c_termination_reason (p_termination_reason per_applications.termination_reason%type)

5378: l_object_version_number number;
5379: --
5380: l_proc varchar2(72) := 'ben_ext_chlg.log_apl_chg';
5381: --
5382: cursor c_termination_reason (p_termination_reason per_applications.termination_reason%type)
5383: is
5384: select hl.meaning
5385: from hr_lookups hl
5386: where hl.lookup_type = 'TERM_APL_REASON'

Line 5658: cursor c_termination_reason (p_termination_reason per_applications.termination_reason%type)

5654: l_object_version_number number;
5655: --
5656: l_proc varchar2(72) := 'ben_ext_chlg.log_phn_chg';
5657: --
5658: cursor c_termination_reason (p_termination_reason per_applications.termination_reason%type)
5659: is
5660: select meaning
5661: from hr_lookups hl
5662: where hl.lookup_type = 'TERM_APL_REASON'