DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_ADJUSTMENTS

Line 1915: FROM fa_adjustments

1911: RETURN BOOLEAN IS
1912:
1913: CURSOR get_ccid_adjustment(c_adjustment_type Varchar2) is
1914: SELECT nvl(code_combination_id,-1)
1915: FROM fa_adjustments
1916: WHERE book_type_code = X_book_type_code
1917: AND asset_id = X_asset_id
1918: AND distribution_id = X_distribution_id
1919: AND Transaction_header_id = X_TRANSACTION_HEADER_ID

Line 1926: l_adjustment_type fa_adjustments.adjustment_type%type;

1922:
1923:
1924: l_return_ccid Number;
1925: l_default_ccid Number;
1926: l_adjustment_type fa_adjustments.adjustment_type%type;
1927: l_path_name VARCHAR2(150) ;
1928:
1929: BEGIN
1930: l_path_name := g_path||'get_account_ccid2';