Human Capital Management - EBS (MOSC)

MOSC Banner

Create a new Name Format in R12.1.2

edited Jan 24, 2013 12:56PM in Human Capital Management - EBS (MOSC) 3 commentsAnswered
Dear all,I am trying to create a new name format, using the below api call.declarel_name_format_id number;l_object_version_number number := 1;

beginfnd_global.apps_initialize(user_id => xxxx,resp_id => xxx, --

resp_appl_id => xx--

);,HR_NAME_FORMAT_API.CREATE_NAME_FORMAT(p_validate => TRUE,p_effective_date => sysdate,p_format_name => 'FULL_NAME',p_user_format_choice => 'G',p_format_mask => '|$LAS$|| $PNADJ$||, $I01$|| $I05$|| $I06$|',p_legislation_code => null,p_name_format_id => l_name_format_id,p_object_version_number => l_object_version_number);dbms_output.put_line (l_name_format_id);
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center