Query to fetch project and task number from the time card in oracle fusion
I need the query to fetch highlighted project and task number from the time cards.
I have used these tables (HWM_TM_REP_ATRBS,HWM_TM_REP_ATRB_USAGES), but in some scenarios attribute_category is not populating as "Project". hence i cannot use these tables.
I have used these tables and join (HWM_TM_REC(tm_rec_id) to PJC_EXP_ITEMS_ALL(original_line_number)), In this scenario project data is populating only if the time card data is transferred to projects costs.