DBA Data[Home] [Help]

APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_R11I_TAX_PARTNER_PKG

Line 4025: zx_r11i_tax_partner_pkg.copy_trx_line_for_ptnr_bef_upd

4021: event_class_rec.TRX_ID :=l_TRX_ID;
4022: --event_class_rec.TRX_LINE_ID :=l_TRX_LINE_ID;
4023:
4024:
4025: zx_r11i_tax_partner_pkg.copy_trx_line_for_ptnr_bef_upd
4026: (p_trx_line_dist_tbl => trx_line_dist_tbl,
4027: p_event_class_rec => event_class_rec,
4028: p_update_index => 1,
4029: p_trx_copy_for_tax_update => 'Y' ,

Line 4453: --* zx_r11i_tax_partner_pkg.COPY_TRX_LINE_FOR_PTNR_BEF_UPD.

4449: END IF;
4450:
4451: --* /* Check whether there exists a row in ZX_PTNR_NEG_LINES_GT table for the transaction line.
4452: --* If not available then populate these values by calling the
4453: --* zx_r11i_tax_partner_pkg.COPY_TRX_LINE_FOR_PTNR_BEF_UPD.
4454: --* */
4455:
4456: --* l_found := check_in_cache(l_internal_organization_id,
4457: --* SYNC_TAX_LINES.document_type_id(sync_tax_cnt),