Payroll and OTL - EBS (MOSC)

MOSC Banner

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

edited Nov 6, 2014 12:19PM in Payroll and OTL - EBS (MOSC) 13 commentsAnswered

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,

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