DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on OKC_K_LINES_B

Line 1834: from okc_k_lines_b

1830: elsif l_source_object_code = 'CONTRACT_LINE' then
1831: begin
1832: select 'x'
1833: into l_dummy
1834: from okc_k_lines_b
1835: where id = l_source_object_id;
1836: exception when no_data_found then
1837: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_API_INV_CONTRACT_LINE', 'PARAM', to_char(l_source_object_id));
1838: end;