DBA Data[Home] [Help]

APPS.PO_APPROVALLIST_S1 dependencies on PO_CHANGE_REQUESTS

Line 1428: FROM po_change_requests

1424: SELECT max(wf_item_type),
1425: max(wf_item_key)
1426: INTO l_old_wf_item_type1,
1427: l_old_wf_item_key1
1428: FROM po_change_requests
1429: WHERE document_header_id = p_document_id
1430: AND document_type = 'REQ'
1431: AND action_type NOT IN ('DERIVED')
1432: AND request_status NOT IN ('ACCEPTED', 'REJECTED');