DBA Data[Home] [Help]

APPS.PAY_IE_P35_MAGTAPE dependencies on FND_CONCURRENT

Line 650: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS

646: FUNCTION raise_warning(l_flag varchar2) return number is
647: l_status BOOLEAN;
648: BEGIN
649: IF l_flag = 'Y' THEN
650: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS
651: (
652: status => 'WARNING',
653: message => 'PRSI Insurable Weeks exceed max limit. Please Check the Log File for more details'
654: );