DBA Data[Home] [Help]

APPS.PAY_IE_P35_MAGTAPE dependencies on FND_CONCURRENT

Line 479: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS

475: FUNCTION raise_warning(l_flag varchar2) return number is
476: l_status BOOLEAN;
477: BEGIN
478: IF l_flag = 'Y' THEN
479: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS
480: (
481: status => 'WARNING',
482: message => 'PRSI Insurable Weeks exceed max limit. Please Check the Log File for more details'
483: );