DBA Data[Home] [Help]

APPS.OKC_SCHR_AD_ASMBLR_PVT dependencies on OKC_ACTION_ATTRIBUTES_V

Line 28: FROM okc_actions_v acn,okc_action_attributes_v aae

24:
25: --Select all the attributes for the scheduled actual date recorded event
26: CURSOR elements_csr IS
27: SELECT aae.element_name, aae.format_mask
28: FROM okc_actions_v acn,okc_action_attributes_v aae
29: WHERE acn.id = aae.acn_id
30: AND acn.correlation = 'SHR_ADATE_REC' ;
31:
32: -- The following cursor has been changed by MSENGUPT on 12/08/2001 to replace okc_rules_v to okc_rules_b