DBA Data[Home] [Help]

APPS.PER_PERSON_ANALYSES_PKG dependencies on PAY_RESTRICTION_VALUES

Line 99: from pay_restriction_values

95: begin
96: --
97: select count(customized_restriction_id)
98: into p_count_info_type
99: from pay_restriction_values
100: where restriction_code = 'INFO_TYPE'
101: and customized_restriction_id = p_customized_restriction_id;
102: --
103: end single_info_type;