Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Please enter an Hours Type error while creating detail tim eentry in OTL
Hi,
I am getting Please enter an Hours Type error while creating a new detail entry on a Time card. This is the snippet of the code I am using.
to create the Detail entry:-
hxc_timestore_deposit.create_detail_bb (
p_type => 'MEASURE',
p_measure => 4,
p_parent_building_block_id => 1707390,--Hard Coded the Day building block ID
p_comment_text => 'Created using API: OT',
--p_parent_building_block_ovn => 8,
p_app_blocks => l_tbl_timecard_info,
p_app_attributes => l_tbl_attributes_info,
p_time_building_block_id => l_detail_bb_st_id);
To Create the Attribute
hxc_timestore_deposit.create_attribute (p_building_block_id=> l_detail_bb_st_id,