DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_CI_SUPPLIER_PKG

Line 13468: PA_CI_SUPPLIER_PKG.insert_row (

13464: end if; --> supp_to_tbl.count > 0
13465:
13466: if l_found = 'N' then
13467: x_supp_ci_transaction_id :=null;
13468: PA_CI_SUPPLIER_PKG.insert_row (
13469: x_rowid => x_supp_rowid
13470: ,x_ci_transaction_id => x_supp_ci_transaction_id
13471: ,p_CI_TYPE_ID => l_ci_type_id
13472: ,p_CI_ID => l_ci_id_to

Line 13532: PA_CI_SUPPLIER_PKG.update_row (

13528: where a.ci_id = l_ci_id_to
13529: and a.ci_transaction_id = x_supp_ci_transaction_id;
13530:
13531: else -- l_found = 'Y'
13532: PA_CI_SUPPLIER_PKG.update_row (
13533: p_rowid => x_supp_rowid
13534: ,p_ci_transaction_id => supp_to_tbl(l_rec_index).ci_transaction_id
13535: ,p_CI_TYPE_ID => supp_to_tbl(l_rec_index).ci_type_id
13536: ,p_CI_ID => supp_to_tbl(l_rec_index).ci_id