DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_ETAX_PKG

Line 3223: IF NOT (ap_etax_pkg.calling_etax(

3219: AP_IMPORT_UTILITIES_PKG.Print(
3220: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3221: END IF;
3222:
3223: IF NOT (ap_etax_pkg.calling_etax(
3224: p_invoice_id => l_base_invoice_id,
3225: p_calling_mode => 'CALCULATE IMPORT',
3226: p_override_status => NULL,
3227: p_line_number_to_delete => NULL,

Line 3239: 'ap_etax_pkg.calling_etax(CALCULATE IMPORT)<-'||current_calling_sequence);

3235: -- user is trying to import tax lines
3236: IF AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y' THEN
3237: AP_IMPORT_UTILITIES_PKG.Print(
3238: AP_IMPORT_INVOICES_PKG.g_debug_switch,
3239: 'ap_etax_pkg.calling_etax(CALCULATE IMPORT)<-'||current_calling_sequence);
3240:
3241: END IF;
3242:
3243: -- If the API fails because the call to the eTax service fails

Line 3289: IF NOT (ap_etax_pkg.calling_etax(

3285: AP_IMPORT_UTILITIES_PKG.Print(
3286: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3287: END IF;
3288:
3289: IF NOT (ap_etax_pkg.calling_etax(
3290: p_invoice_id => l_base_invoice_id,
3291: p_calling_mode => 'IMPORT INTERFACE',
3292: p_override_status => NULL,
3293: p_line_number_to_delete => NULL,

Line 3303: 'ap_etax_pkg.calling_etax(IMPORT INTERFACE)<-'||current_calling_sequence);

3299: -- If the import of tax fails, the import process will fail.
3300: IF AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y' THEN
3301: AP_IMPORT_UTILITIES_PKG.Print(
3302: AP_IMPORT_INVOICES_PKG.g_debug_switch,
3303: 'ap_etax_pkg.calling_etax(IMPORT INTERFACE)<-'||current_calling_sequence);
3304:
3305: END IF;
3306:
3307: -- If the API fails because the call to the eTax service fails

Line 3348: IF NOT (ap_etax_pkg.calling_etax(

3344: AP_IMPORT_UTILITIES_PKG.Print(
3345: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3346: END IF;
3347:
3348: IF NOT (ap_etax_pkg.calling_etax(
3349: p_invoice_id => l_base_invoice_id,
3350: p_calling_mode => 'DISTRIBUTE IMPORT',
3351: p_override_status => NULL,
3352: p_line_number_to_delete => NULL,

Line 3364: 'ap_etax_pkg.calling_etax(DISTRIBUTE IMPORT)<-'||current_calling_sequence);

3360: -- user is trying to import tax lines
3361: IF AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y' THEN
3362: AP_IMPORT_UTILITIES_PKG.Print(
3363: AP_IMPORT_INVOICES_PKG.g_debug_switch,
3364: 'ap_etax_pkg.calling_etax(DISTRIBUTE IMPORT)<-'||current_calling_sequence);
3365:
3366: END IF;
3367:
3368: -- If the API fails because the call to the eTax service fails

Line 3416: IF NOT (ap_etax_pkg.calling_etax(

3412: AP_IMPORT_UTILITIES_PKG.Print(
3413: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3414: END IF;
3415:
3416: IF NOT (ap_etax_pkg.calling_etax(
3417: p_invoice_id => l_base_invoice_id,
3418: p_calling_mode => 'CALCULATE',
3419: p_override_status => NULL,
3420: p_line_number_to_delete => NULL,

Line 3430: 'ap_etax_pkg.calling_etax(IMPORT INTERFACE)<-'||current_calling_sequence);

3426: -- If the import of tax fails, the import process will fail.
3427: IF AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y' THEN
3428: AP_IMPORT_UTILITIES_PKG.Print(
3429: AP_IMPORT_INVOICES_PKG.g_debug_switch,
3430: 'ap_etax_pkg.calling_etax(IMPORT INTERFACE)<-'||current_calling_sequence);
3431:
3432: END IF;
3433:
3434: -- If the API fails because the call to the eTax service fails

Line 3510: IF NOT (ap_etax_pkg.calling_etax(

3506: AP_IMPORT_UTILITIES_PKG.Print(
3507: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3508: END IF;
3509:
3510: IF NOT (ap_etax_pkg.calling_etax(
3511: p_invoice_id => l_base_invoice_id,
3512: p_calling_mode => 'CALCULATE IMPORT',
3513: p_override_status => NULL,
3514: p_line_number_to_delete => NULL,

Line 3528: 'ap_etax_pkg.calling_etax(CALCULATE IMPORT)<-'||current_calling_sequence);

3524:
3525: IF AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y' THEN
3526: AP_IMPORT_UTILITIES_PKG.Print(
3527: AP_IMPORT_INVOICES_PKG.g_debug_switch,
3528: 'ap_etax_pkg.calling_etax(CALCULATE IMPORT)<-'||current_calling_sequence);
3529:
3530: END IF;
3531:
3532: -- If the API fails because the call to the eTax service fails

Line 3555: END IF; -- end call to ap_etax_pkg.calling_etax

3551: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);
3552: END IF;
3553: END LOOP;
3554: END IF; -- if l_error_code is not null
3555: END IF; -- end call to ap_etax_pkg.calling_etax
3556: END IF; -- if for the calc_tax_during_import_flag
3557: END IF; -- invoice is not AWT or INTEREST. There is no tax
3558: -- calculation for invoices of this type
3559: