DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PERSON_EXTRA_INFO dependencies on HR_UTILITY

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

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

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

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

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

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

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

131: if cr%notfound then
132: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
133: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
134: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
135: hr_utility.set_message_token('VALUE',p_batch_line_id);
136: hr_utility.raise_error;
137: end if;
138: --
139: if c.p2 is null then

Line 136: hr_utility.raise_error;

132: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
133: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
134: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
135: hr_utility.set_message_token('VALUE',p_batch_line_id);
136: hr_utility.raise_error;
137: end if;
138: --
139: if c.p2 is null then
140: L_PERSON_EXTRA_INFO_ID:=nn;