DBA Data[Home] [Help]

APPS.OKC_CEVT_ASMBLR_PVT dependencies on OKC_ACTIONS_V

Line 31: FROM okc_actions_v acn,okc_action_attributes_v aae

27:
28: --Select all the attributes for the contingent event recorded
29: CURSOR elements_csr IS
30: SELECT aae.element_name, aae.format_mask
31: FROM okc_actions_v acn,okc_action_attributes_v aae
32: WHERE acn.id = aae.acn_id
33: AND acn.correlation = 'CONT_EVT_REC';
34:
35: --Select the contract attributes