DBA Data[Home] [Help]

APPS.PO_APPROVALLIST_S1 dependencies on PO_CHANGE_REQUESTS

Line 1450: FROM po_change_requests

1446: SELECT max(wf_item_type),
1447: max(wf_item_key)
1448: INTO l_old_wf_item_type1,
1449: l_old_wf_item_key1
1450: FROM po_change_requests
1451: WHERE document_header_id = p_document_id
1452: AND document_type = 'REQ'
1453: AND action_type NOT IN ('DERIVED')
1454: AND request_status NOT IN ('ACCEPTED', 'REJECTED');