DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on IGI_IMP_IAC_INTERFACE_PY_ADD

Line 1864: from igi_imp_iac_interface_py_add

1860: AND rownum = 1 ;
1861:
1862: Cursor c_get_reval_factor( cp_book VARCHAR2,cp_asset_id number) is
1863: select current_reval_factor,cummulative_reval_factor
1864: from igi_imp_iac_interface_py_add
1865: where book_type_code = cp_book
1866: and asset_id =cp_asset_id;
1867:
1868: