[Home] [Help]
8066: G_Stage := 'Get the segment for the billable_flag from hxc table.';
8067: select mc.segment
8068: Into G_Billable_Segment
8069: from hxc_mapping_components mc,
8070: hxc_bld_blk_info_types bbit
8071: where mc.field_name = 'BILLABLE_FLAG'
8072: and bbit.bld_blk_info_type_id = mc.bld_blk_info_type_id
8073: and bbit.bld_blk_info_type = 'PROJECTS';
8074: