DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_SELECTION_PKG dependencies on ZX_EXTRACT_PKG

Line 776: ZX_EXTRACT_PKG.purge(g_conc_request_id);

772: -- For System Testing purpose will not purge data from TRL table when run
773: -- in debug mode.
774: IF nvl(p_debug_flag, 'N') = 'N' THEN
775: -- Call TRL's purge api, to purge data from TRL interface table.
776: ZX_EXTRACT_PKG.purge(g_conc_request_id);
777: END IF;
778:
779: -- post_process_update
780: -- Call the utility API to update selection_process columns of

Line 3048: zx_extract_pkg.populate_tax_data

3044:
3045: END IF;
3046:
3047:
3048: zx_extract_pkg.populate_tax_data
3049: (
3050: P_REPORTING_LEVEL => l_reporting_level,
3051: P_REPORTING_CONTEXT => l_reporting_context,
3052: P_LEGAL_ENTITY_ID => l_legal_entity_id ,

Line 3472: ltn_application_id zx_extract_pkg.application_id_tbl;

3468:
3469: lv_utl_location VARCHAR2(1000) ;
3470: l_trx_count NUMBER;
3471:
3472: ltn_application_id zx_extract_pkg.application_id_tbl;
3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;

Line 3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;

3469: lv_utl_location VARCHAR2(1000) ;
3470: l_trx_count NUMBER;
3471:
3472: ltn_application_id zx_extract_pkg.application_id_tbl;
3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;

Line 3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;

3470: l_trx_count NUMBER;
3471:
3472: ltn_application_id zx_extract_pkg.application_id_tbl;
3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;

Line 3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;

3471:
3472: ltn_application_id zx_extract_pkg.application_id_tbl;
3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3479:

Line 3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;

3472: ltn_application_id zx_extract_pkg.application_id_tbl;
3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3479:
3480: BEGIN

Line 3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;

3473: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3479:
3480: BEGIN
3481:

Line 3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;

3474: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3475: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3476: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3477: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3478: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3479:
3480: BEGIN
3481:
3482: IF ( G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN

Line 3568: zx_extract_pkg.zx_upd_legal_reporting_status

3564:
3565: CLOSE c_get_finalrep_trx_for_upd;
3566:
3567: /* Call the eBtax API to update transactions in eBtax as finally reported */
3568: zx_extract_pkg.zx_upd_legal_reporting_status
3569: (
3570: p_api_version => jg_zz_vat_rep_final_reporting.gn_api_version ,
3571: p_init_msg_list => fnd_api.g_false ,
3572: p_commit => fnd_api.g_false ,

Line 3591: procedure zx_extract_pkg.zx_upd_legal_reporting_status :'||l_return_message);

3587: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3588: xv_return_status := l_return_status;
3589: xv_return_message := l_return_message;
3590: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Unexpected error occurred in the
3591: procedure zx_extract_pkg.zx_upd_legal_reporting_status :'||l_return_message);
3592: END IF;
3593:
3594: END IF; --IF l_count > 0 then
3595: