DBA Data[Home] [Help]

APPS.HRDPP_DELETE_CBR_QUALD_BNF dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 137: hr_utility.raise_error;

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