PO_ASL_ATTRIBUTES
Can I delete a row in the PO_ASL_ATTRIBUTES table using this sql?
delete from PO_ASL_ATTRIBUTES where asl_id = 2757913 and using_organization_id = 101;
The fix has actually resolved my problem (report we have is looking for org id -1 but picks up -1 and 101 and can't display the data).
Any help appreciated.
Thanks.