DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_ADJUSTMENTS

Line 1885: FROM fa_adjustments

1881: RETURN BOOLEAN IS
1882:
1883: CURSOR get_ccid_adjustment(c_adjustment_type Varchar2) is
1884: SELECT nvl(code_combination_id,-1)
1885: FROM fa_adjustments
1886: WHERE book_type_code = X_book_type_code
1887: AND asset_id = X_asset_id
1888: AND distribution_id = X_distribution_id
1889: AND Transaction_header_id = X_TRANSACTION_HEADER_ID

Line 1896: l_adjustment_type fa_adjustments.adjustment_type%type;

1892:
1893:
1894: l_return_ccid Number;
1895: l_default_ccid Number;
1896: l_adjustment_type fa_adjustments.adjustment_type%type;
1897: l_path_name VARCHAR2(150) ;
1898:
1899: BEGIN
1900: l_path_name := g_path||'get_account_ccid2';