DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE_TO_RBC dependencies on HR_MULTI_MESSAGE

Line 470: hr_multi_message.add;

466:
467: if l_status <> 'Y' then
468: if l_status = 'WRONG-DATE-PT' then
469: hr_utility.set_message(8302,'PQH_RBC_WRONG_ST_DT_PT');
470: hr_multi_message.add;
471: elsif l_status = 'MANY-PT' then
472: hr_utility.set_message(8302,'PQH_RBC_MANY_PT');
473: hr_multi_message.add;
474: end if;

Line 473: hr_multi_message.add;

469: hr_utility.set_message(8302,'PQH_RBC_WRONG_ST_DT_PT');
470: hr_multi_message.add;
471: elsif l_status = 'MANY-PT' then
472: hr_utility.set_message(8302,'PQH_RBC_MANY_PT');
473: hr_multi_message.add;
474: end if;
475: l_return := 'NO';
476: end if;
477: