define folder into PO_HEADERS_INQ_V
Defined folder in PO_HEADERS_INQ_V
folder has a following query :
PO_HEADER_ID in
(select A.PO_HEADER_ID
from PO_HEADERS_ALL A where a.attribute13 in
(SELECT organization_id FROM org_access
WHERE responsibility_id =fnd_profile.value ('RESP_ID')))
when try to inquiry record, the system shows the errors in attach