DBA Data[Home] [Help]

APPS.HRDPP_DELETE_GRADE dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 140: hr_utility.raise_error;

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