DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_ASSET_BALANCES

Line 770: from igi_iac_asset_balances

766: X_book_type_code IN VARCHAR2,
767: X_asset_id IN VARCHAR2 ) RETURN BOOLEAN IS
768:
769: Cursor C1 is select asset_id
770: from igi_iac_asset_balances
771: where asset_id = X_asset_id
772: and book_type_code = X_book_type_code
773: and rownum = 1 ;
774: