DBA Data[Home] [Help]

APPS.PAY_FR_RULES dependencies on PAY_FR_GENERAL

Line 128: if pay_fr_general.g_process_type is not null

124:
125: begin
126: hr_utility.set_location('PAY_FR_RULES.get_source_text_context',1);
127:
128: if pay_fr_general.g_process_type is not null
129: then p_source_text := pay_fr_general.g_process_type;
130: hr_utility.set_location('PAY_FR_RULES.get_source_text_context',2);
131:
132: else

Line 129: then p_source_text := pay_fr_general.g_process_type;

125: begin
126: hr_utility.set_location('PAY_FR_RULES.get_source_text_context',1);
127:
128: if pay_fr_general.g_process_type is not null
129: then p_source_text := pay_fr_general.g_process_type;
130: hr_utility.set_location('PAY_FR_RULES.get_source_text_context',2);
131:
132: else
133: hr_utility.set_location('PAY_FR_RULES.get_source_text_context',3);