DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_PVT dependencies on OKL_TRX_AP_INVOICES_B

Line 2571: FROM okl_trx_ap_invoices_b tap

2567: ,tpl.sty_id sty_id
2568: ,tap.try_id try_id
2569: ,tap.vendor_invoice_number trans_number
2570: ,tll.description trans_line_description
2571: FROM okl_trx_ap_invoices_b tap
2572: ,okl_txl_ap_inv_lns_b tpl
2573: ,okl_txl_ap_inv_lns_tl tll
2574: WHERE tll.id = tpl.id
2575: AND tap.id = tpl.tap_id

Line 2887: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';

2883: FETCH get_tap_id_csr INTO l_tap_id;
2884: CLOSE get_tap_id_csr;
2885:
2886: l_pxhv_rec.source_id := l_tap_id;
2887: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';
2888:
2889: --Existing sources are being deleted.
2890: okl_sla_acc_sources_pvt.delete_ap_extension(
2891: p_api_version => l_api_version

Line 3196: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';

3192: FETCH get_tap_id_csr INTO l_tap_id;
3193: CLOSE get_tap_id_csr;
3194:
3195: l_pxhv_rec.source_id := l_tap_id;
3196: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';
3197:
3198: --Existing sources are being deleted.
3199: okl_sla_acc_sources_pvt.delete_ap_extension(
3200: p_api_version => l_api_version

Line 3780: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';

3776: FETCH get_tap_details_csr INTO get_tap_details_rec;
3777: CLOSE get_tap_details_csr;
3778:
3779: l_pxhv_rec.source_id := get_tap_details_rec.tap_id;
3780: l_pxhv_rec.source_table := 'OKL_TRX_AP_INVOICES_B';
3781: l_pxhv_rec.khr_id := get_tap_details_rec.khr_id;
3782: l_pxhv_rec.try_id := get_tap_details_rec.try_id;
3783: l_pxhv_rec.trans_number := get_tap_details_rec.trans_number;
3784: