DBA Data[Home] [Help]

APPS.HRI_BPL_PERSON_TYPE dependencies on HR_BIS

Line 466: ,hr_bis.bis_decode_lookup('HRI_PERSON_TYPE_CATEGORY'

462: --
463: fnd_message.set_name('HRI', 'HRI_407291_FF_NOT_DFND_IN_BG');
464: fnd_message.set_token('FF_NAME', c_prsn_type_ff_name );
465: fnd_message.set_token('PERSON_TYPE_CATEGORY'
466: ,hr_bis.bis_decode_lookup('HRI_PERSON_TYPE_CATEGORY'
467: ,'NA_EDW'
468: )
469: );
470: --

Line 487: -- hr_bis.bis_decode_lookup('HRI_PERSON_TYPE_CATEGORY','NA_EDW') );

483: --
484: -- output('WARNING! The fast formula '||c_prsn_type_ff_name ||
485: -- ' is not defined in business_group_id = 0 '||
486: -- ', all person types will be categorized as '||
487: -- hr_bis.bis_decode_lookup('HRI_PERSON_TYPE_CATEGORY','NA_EDW') );
488: --
489: RETURN g_review_ff_id;
490: --
491: END IF;