Human Capital Management - EBS (MOSC)

MOSC Banner

hxc_timestore_deposit.execute_deposit_process returns message_name = 4

edited Feb 9, 2009 9:06PM in Human Capital Management - EBS (MOSC) 3 commentsAnswered
I create timecards through the PL/SQL API. The timecards are first saved using p_mode = 'SAVE' (hxc_timestore_deposit.execute_deposit_process) and when the user is ready he submits his timecard using p_mode = 'SUBMIT'.
When I call hxc_timestore_deposit.execute_deposit_process with p_mode = 'SUBMIT' the PL/SQL table returned contains a 4. What does this mean??
When I requery the timecard it's submitted (hxc_time_building_blocks.approval_status) and everything seems ok, but why do the API return the number 4?

My code:
	<font face="courier new" size="2">DECLARE			
			<br/>  v_tbl_timecard_info         hxc_self_service_time_deposit.timecard_info;      		
			<br/>  v_tbl_attributes_info       hxc_self_service_time_deposit.app_attributes_info;
			<br/>  v_tbv_messages              hxc_self_service_time_deposit.message_table;
			<br/>  v_new_timecard_id           NUMBER; 			
			<br/>  v_new_timecard_ovn          NUMBER;			
			<br/>  i                          
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