DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_SELECTION_PKG dependencies on ZX_EXTRACT_PKG

Line 721: ZX_EXTRACT_PKG.purge(g_conc_request_id);

717: -- For System Testing purpose will not purge data from TRL table when run
718: -- in debug mode.
719: IF nvl(p_debug_flag, 'N') = 'N' THEN
720: -- Call TRL's purge api, to purge data from TRL interface table.
721: ZX_EXTRACT_PKG.purge(g_conc_request_id);
722: END IF;
723:
724: -- post_process_update
725: -- Call the utility API to update selection_process columns of

Line 2932: zx_extract_pkg.populate_tax_data

2928:
2929: END IF;
2930:
2931:
2932: zx_extract_pkg.populate_tax_data
2933: (
2934: P_REPORTING_LEVEL => l_reporting_level,
2935: P_REPORTING_CONTEXT => l_reporting_context,
2936: P_LEGAL_ENTITY_ID => l_legal_entity_id ,

Line 3291: ltn_application_id zx_extract_pkg.application_id_tbl;

3287:
3288: lv_utl_location VARCHAR2(40) ;
3289: l_trx_count NUMBER;
3290:
3291: ltn_application_id zx_extract_pkg.application_id_tbl;
3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;

Line 3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;

3288: lv_utl_location VARCHAR2(40) ;
3289: l_trx_count NUMBER;
3290:
3291: ltn_application_id zx_extract_pkg.application_id_tbl;
3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;

Line 3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;

3289: l_trx_count NUMBER;
3290:
3291: ltn_application_id zx_extract_pkg.application_id_tbl;
3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;

Line 3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;

3290:
3291: ltn_application_id zx_extract_pkg.application_id_tbl;
3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3298:

Line 3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;

3291: ltn_application_id zx_extract_pkg.application_id_tbl;
3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3298:
3299: BEGIN

Line 3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;

3292: ltv_entity_code zx_extract_pkg.entity_code_tbl;
3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3298:
3299: BEGIN
3300:

Line 3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;

3293: ltv_event_class_code zx_extract_pkg.event_class_code_tbl;
3294: ltn_trx_id zx_extract_pkg.trx_id_tbl;
3295: ltn_trx_line_id zx_extract_pkg.trx_line_id_tbl;
3296: ltn_internal_organization_id zx_extract_pkg.internal_organization_id_tbl;
3297: ltn_tax_line_id zx_extract_pkg.tax_line_id_tbl;
3298:
3299: BEGIN
3300:
3301: IF ( G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN

Line 3387: zx_extract_pkg.zx_upd_legal_reporting_status

3383:
3384: CLOSE c_get_finalrep_trx_for_upd;
3385:
3386: /* Call the eBtax API to update transactions in eBtax as finally reported */
3387: zx_extract_pkg.zx_upd_legal_reporting_status
3388: (
3389: p_api_version => jg_zz_vat_rep_final_reporting.gn_api_version ,
3390: p_init_msg_list => fnd_api.g_false ,
3391: p_commit => fnd_api.g_false ,

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

3406: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3407: xv_return_status := l_return_status;
3408: xv_return_message := l_return_message;
3409: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Unexpected error occurred in the
3410: procedure zx_extract_pkg.zx_upd_legal_reporting_status :'||l_return_message);
3411: END IF;
3412:
3413: END IF; --IF l_count > 0 then
3414: