DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_FA_HEADER_SOURCES_B

Line 4764: FROM okl_ext_fa_header_sources_b fxh

4760: -- Cursor Definitions
4761: CURSOR get_fa_ext_hdr_id( p_source_id NUMBER, p_source_table VARCHAR2)
4762: IS
4763: SELECT fxh.header_extension_id header_extension_id
4764: FROM okl_ext_fa_header_sources_b fxh
4765: WHERE fxh.source_id = p_source_id
4766: AND fxh.source_table = p_source_table;
4767:
4768: CURSOR get_fa_ext_lns_id( p_hdr_ext_id NUMBER)