DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_ASSET_BALANCES

Line 740: from igi_iac_asset_balances

736: X_book_type_code IN VARCHAR2,
737: X_asset_id IN VARCHAR2 ) RETURN BOOLEAN IS
738:
739: Cursor C1 is select asset_id
740: from igi_iac_asset_balances
741: where asset_id = X_asset_id
742: and book_type_code = X_book_type_code
743: and rownum = 1 ;
744: