14: -- Definition of all the entities
15: TYPE Burden_Header_Rec_Type IS RECORD
16: (
17: organization_id cm_brdn_dtl.organization_id%TYPE ,
18: organization_code mtl_parameters.organization_code%TYPE ,
19: inventory_item_id mtl_item_flexfields.inventory_item_id%TYPE ,
20: item_number mtl_item_flexfields.item_number%TYPE ,
21: period_id cm_brdn_dtl.period_id%TYPE ,
22: calendar_code cm_cldr_hdr.calendar_code%TYPE ,