DBA Data[Home] [Help]

APPS.HRDPP_DELETE_LIFE_EVENT_REASON dependencies on HR_UTILITY

Line 139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

135: hr_data_pump.entry('call');
136: open cr;
137: fetch cr into c;
138: if cr%notfound then
139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
142: hr_utility.set_message_token('VALUE',p_batch_line_id);
143: hr_utility.raise_error;

Line 140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

136: open cr;
137: fetch cr into c;
138: if cr%notfound then
139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
142: hr_utility.set_message_token('VALUE',p_batch_line_id);
143: hr_utility.raise_error;
144: end if;

Line 141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

137: fetch cr into c;
138: if cr%notfound then
139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
142: hr_utility.set_message_token('VALUE',p_batch_line_id);
143: hr_utility.raise_error;
144: end if;
145: --

Line 142: hr_utility.set_message_token('VALUE',p_batch_line_id);

138: if cr%notfound then
139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
142: hr_utility.set_message_token('VALUE',p_batch_line_id);
143: hr_utility.raise_error;
144: end if;
145: --
146: if c.p5 is null or

Line 143: hr_utility.raise_error;

139: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
140: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
141: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
142: hr_utility.set_message_token('VALUE',p_batch_line_id);
143: hr_utility.raise_error;
144: end if;
145: --
146: if c.p5 is null or
147: c.p3 is null then