DBA Data[Home] [Help]

APPS.PQP_FEDHR_USPAY_INTG_PKG dependencies on GHR_UTILITY

Line 2014: IF (ghr_utility.is_ghr='FALSE')

2010: END IF;
2011: --**********************************************************************
2012: -- CHECK 3 :- Ensure Biz Group is Fed HR biz group.
2013: --**********************************************************************
2014: IF (ghr_utility.is_ghr='FALSE')
2015: THEN
2016: hr_utility.set_message(8303,'PQP_230995_FED_BIZ_GROUP_FALSE');
2017: l_mesg := l_mesg || hr_utility.get_message;
2018: fnd_file.put(fnd_file.log, l_mesg);