4000: -- if the concurrent manger does the job log the message
4001: if g_business_group_id is not null and fnd_global.conc_request_id <> -1 then
4002: write_err
4003: (p_err_num => null,
4004: p_err_msg => 'Criteria value not found : '||hr_general.decode_lookup('BEN_EXT_CRIT_TYP',l_code )||' : '||l_meaning,
4005: p_typ_cd => 'E' ,
4006: p_business_group_id => l_new_business_group_id
4007: );
4008: return ;
4006: p_business_group_id => l_new_business_group_id
4007: );
4008: return ;
4009: else
4010: raise_application_error(-20001,'Criteria value not found : '||hr_general.decode_lookup('BEN_EXT_CRIT_TYP',l_code)||' : '
4011: ||l_meaning||':');
4012: end if ;
4013: END IF;
4014:
4212: -- if the concurrent manger does the job log the message
4213: if g_business_group_id is not null and fnd_global.conc_request_id <> -1 then
4214: write_err
4215: (p_err_num => null,
4216: p_err_msg => 'Criteria value not found : '||hr_general.decode_lookup('BEN_EXT_CRIT_TYP',l_code)||' : '||l_meaning,
4217: p_typ_cd => 'E' ,
4218: p_business_group_id => l_new_business_group_id
4219: );
4220: return ;
4218: p_business_group_id => l_new_business_group_id
4219: );
4220: return ;
4221: else
4222: raise_application_error(-20001,'Criteria value not found : '||hr_general.decode_lookup('BEN_EXT_CRIT_TYP',l_code)||' : '
4223: ||l_meaning||':');
4224: end if ;
4225:
4226: END IF;