DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on HR_GENERAL

Line 467: fnd_message.set_token('FIELD_NAME',hr_general.decode_lookup('FR_PQH_FORM_PROMPTS',l_field_name));

463: end if;
464: Exception
465: when others then
466: fnd_message.set_name('PQH','PQH_FR_STAT_CRIT_INVALID_FRMTO');
467: fnd_message.set_token('FIELD_NAME',hr_general.decode_lookup('FR_PQH_FORM_PROMPTS',l_field_name));
468: hr_multi_message.add (p_associated_column1 => 'TO_VALUE');
469: End;
470:
471: --