DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on OKE_DELIVERABLE_ACTIONS

Line 7208: -- oke_deliverable_actions also (DTS flow)

7204: FROM oke_k_deliverables_b
7205: WHERE k_line_id = pod.oke_contract_line_id
7206: --
7207: -- Look for contract deliverables in
7208: -- oke_deliverable_actions also (DTS flow)
7209: UNION
7210: SELECT action_id
7211: FROM oke_deliverable_actions
7212: WHERE deliverable_id = pod.oke_contract_line_id);

Line 7211: FROM oke_deliverable_actions

7207: -- Look for contract deliverables in
7208: -- oke_deliverable_actions also (DTS flow)
7209: UNION
7210: SELECT action_id
7211: FROM oke_deliverable_actions
7212: WHERE deliverable_id = pod.oke_contract_line_id);
7213:
7214: --Increment the p_sequence with number of errors reported in last query
7215: p_sequence := p_sequence + SQL%ROWCOUNT;