DBA Data[Home] [Help]

APPS.PAY_IE_LE_MIGRATE dependencies on FND_CONCURRENT

Line 719: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS

715:
716: fnd_file.put_line(FND_FILE.OUTPUT,rpad(lpad('*****',7),20)||' '||rpad(v_org.org_information8,40)||' '|| rpad(v_org.Org_Information2,15)||' '||rpad('No',10));
717:
718: /* Set the program completion status to Warning */
719: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS
720: (
721: status => 'WARNING',
722: message => 'Please Check the Log File for more details'
723: );