[Home] [Help]
7183: G_Stage := 'Get the segment for the billable_flag from hxc table.';
7184: select mc.segment
7185: Into G_Billable_Segment
7186: from hxc_mapping_components mc,
7187: hxc_bld_blk_info_types bbit
7188: where mc.field_name = 'BILLABLE_FLAG'
7189: and bbit.bld_blk_info_type_id = mc.bld_blk_info_type_id
7190: and bbit.bld_blk_info_type = 'PROJECTS';
7191: