DBA Data[Home] [Help]

APPS.OKC_OKS_PUB dependencies on OKC_CLASS_OPERATIONS

Line 150: okc_class_operations c

146: -- If all the sublines are source lines for other contracts then do not consolidate.
147: Cursor is_consolidated(l_cle_id number) is
148: select a.object_cle_id
149: FROM okc_operation_lines a,okc_operation_instances b,
150: okc_class_operations c
151: where a.object_chr_id=p_chr_id
152: and c.id=b.cop_id
153: and c.opn_code in ('REN_CON')
154: and b.id=a.oie_id