DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_FA_HEADER_SOURCES_B

Line 4655: FROM okl_ext_fa_header_sources_b fxh

4651: -- Cursor Definitions
4652: CURSOR get_fa_ext_hdr_id( p_source_id NUMBER, p_source_table VARCHAR2)
4653: IS
4654: SELECT fxh.header_extension_id header_extension_id
4655: FROM okl_ext_fa_header_sources_b fxh
4656: WHERE fxh.source_id = p_source_id
4657: AND fxh.source_table = p_source_table;
4658:
4659: CURSOR get_fa_ext_lns_id( p_hdr_ext_id NUMBER)