DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on AP_ETAX_SERVICES_PKG

Line 1792: -- Bug 13402071: Calling AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq regardless of

1788: x_dispute_reason
1789: );
1790:
1791: -- Bug 7570234 Start
1792: -- Bug 13402071: Calling AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq regardless of
1793: -- the invoice status
1794: /* IF (AP_INVOICES_PKG.get_approval_status(
1795: X_Invoice_Id,
1796: X_Invoice_Amount ,

Line 1801: AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq

1797: X_Payment_Status_Flag ,
1798: X_Invoice_Type_Lookup_Code)
1799: IN ('APPROVED','CANCELLED','AVAILABLE','FULL','UNPAID')) THEN */
1800:
1801: AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq
1802: (X_Invoice_Id,
1803: current_calling_sequence,
1804: l_return_status);
1805:

Line 1806: debug_info:= 'After calling AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq()';

1802: (X_Invoice_Id,
1803: current_calling_sequence,
1804: l_return_status);
1805:
1806: debug_info:= 'After calling AP_ETAX_SERVICES_PKG.synchronize_for_doc_seq()';
1807:
1808: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
1809: NULL;
1810: ELSE