DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CONTACT dependencies on HR_UTILITY

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

1082: hr_data_pump.entry('call');
1083: open cr;
1084: fetch cr into c;
1085: if cr%notfound then
1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
1087: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
1088: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
1089: hr_utility.set_message_token('VALUE',p_batch_line_id);
1090: hr_utility.raise_error;

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

1083: open cr;
1084: fetch cr into c;
1085: if cr%notfound then
1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
1087: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
1088: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
1089: hr_utility.set_message_token('VALUE',p_batch_line_id);
1090: hr_utility.raise_error;
1091: end if;

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

1084: fetch cr into c;
1085: if cr%notfound then
1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
1087: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
1088: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
1089: hr_utility.set_message_token('VALUE',p_batch_line_id);
1090: hr_utility.raise_error;
1091: end if;
1092: --

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

1085: if cr%notfound then
1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
1087: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
1088: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
1089: hr_utility.set_message_token('VALUE',p_batch_line_id);
1090: hr_utility.raise_error;
1091: end if;
1092: --
1093: if c.p191 is null then

Line 1090: hr_utility.raise_error;

1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
1087: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
1088: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
1089: hr_utility.set_message_token('VALUE',p_batch_line_id);
1090: hr_utility.raise_error;
1091: end if;
1092: --
1093: if c.p191 is null then
1094: L_PERSON_ID:=nn;