DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_COA_ITM_TERMS

Line 218: FROM igf_aw_coa_itm_terms terms

214: cp_item_code igf_aw_item.item_code%TYPE
215: ) IS
216: SELECT terms.rowid row_id,
217: terms.*
218: FROM igf_aw_coa_itm_terms terms
219: WHERE base_id = cp_base_id
220: AND item_code = cp_item_code
221: AND NVL(lock_flag,'N') <> 'Y';
222:

Line 258: igf_aw_coa_itm_terms_pkg.update_row(

254: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
255: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_li_import.lock_std_coa.debug','locking at the term level');
256: END IF;
257:
258: igf_aw_coa_itm_terms_pkg.update_row(
259: x_rowid => l_terms.row_id,
260: x_base_id => l_terms.base_id,
261: x_item_code => l_terms.item_code,
262: x_amount => l_terms.amount,