DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on OKE_DELIVERABLE_ACTIONS

Line 9878: -- oke_deliverable_actions also (DTS flow)

9874: FROM oke_k_deliverables_b
9875: WHERE k_line_id = pod.oke_contract_line_id
9876: --
9877: -- Look for contract deliverables in
9878: -- oke_deliverable_actions also (DTS flow)
9879: UNION
9880: SELECT action_id
9881: FROM oke_deliverable_actions
9882: WHERE deliverable_id = pod.oke_contract_line_id);

Line 9881: FROM oke_deliverable_actions

9877: -- Look for contract deliverables in
9878: -- oke_deliverable_actions also (DTS flow)
9879: UNION
9880: SELECT action_id
9881: FROM oke_deliverable_actions
9882: WHERE deliverable_id = pod.oke_contract_line_id);
9883:
9884: --Increment the p_sequence with number of errors reported in last query
9885: p_sequence := p_sequence + SQL%ROWCOUNT;