DBA Data[Home] [Help]

APPS.OKC_CHG_APR_ASMBLR_PVT dependencies on OKC_ACTIONS_B

Line 35: FROM okc_actions_b acn,okc_action_attributes_b aae

31:
32: CURSOR cur_corr_csr IS
33: SELECT aae.element_name
34: ,aae.format_mask format_mask
35: FROM okc_actions_b acn,okc_action_attributes_b aae
36: WHERE acn.id = aae.acn_id
37: AND acn.correlation = 'CH_APP' ;
38:
39: BEGIN