DBA Data[Home] [Help]

APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_SYNC_TAX_LINES_INPUT_V

Line 4426: ZX_SYNC_TAX_LINES_INPUT_V

4422: MANUALLY_ENTERED_FLAG ,
4423: CANCEL_FLAG ,
4424: DELETE_FLAG
4425: FROM
4426: ZX_SYNC_TAX_LINES_INPUT_V
4427: ORDER BY
4428: DOCUMENT_TYPE_ID,
4429: TRANSACTION_ID,
4430: TRANSACTION_LINE_ID,

Line 4440: l_transaction_line_id ZX_SYNC_TAX_LINES_INPUT_V.transaction_line_id%type;

4436: l_document_type_id ZX_SYNC_HDR_INPUT_V.document_type_id%type;
4437: l_transaction_id ZX_SYNC_HDR_INPUT_V.transaction_id%type;
4438: l_legal_entity_number ZX_SYNC_HDR_INPUT_V.legal_entity_number%type;
4439: l_establishment_number ZX_SYNC_HDR_INPUT_V.establishment_number%type; -- Bug 5139731
4440: l_transaction_line_id ZX_SYNC_TAX_LINES_INPUT_V.transaction_line_id%type;
4441: l_event_type VARCHAR2(20);
4442: l_write_record BOOLEAN;
4443: l_event_class_code VARCHAR2(20);
4444: l_application_id NUMBER;

Line 4755: -- Deleted line is passed thru zx_sync_tax_lines_input_v and there is

4751: END IF;
4752: -- End --
4753:
4754: -- Check if the Line is present in ZX_PTNR_NEG_TAX_LINE_GT table.
4755: -- Deleted line is passed thru zx_sync_tax_lines_input_v and there is
4756: -- no corresponding line in ZX_PTNR_NEG_TAX_LINE_GT
4757:
4758: -- Changed logic to set the event type
4759: -- Code changed for Bug#12544630