DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_ASSET_VAL_PVT

Line 136: if not FA_ASSET_VAL_PVT.validate_ccid

132:
133: /*Bug#13861504 - Validate payabales ccid */
134: for i in 1 .. px_inv_tbl.COUNT loop
135: if (px_inv_tbl(i).Payables_Code_Combination_Id is not NULL) then
136: if not FA_ASSET_VAL_PVT.validate_ccid
137: (p_book_type_code => px_asset_hdr_rec.book_type_code,
138: p_ccid => px_inv_tbl(i).Payables_Code_Combination_Id,
139: p_gl_chart_id => fa_cache_pkg.fazcbc_record.accounting_flex_structure,
140: p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,