DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_SYNC_TAX_LINES_INPUT_V

Line 4108: FROM ZX_SYNC_TAX_LINES_INPUT_V

4104: LAST_MANUAL_ENTRY ,
4105: MANUALLY_ENTERED_FLAG ,
4106: CANCEL_FLAG ,
4107: DELETE_FLAG
4108: FROM ZX_SYNC_TAX_LINES_INPUT_V
4109: ORDER BY DOCUMENT_TYPE_ID,
4110: TRANSACTION_ID,
4111: TRANSACTION_LINE_ID,
4112: TRX_LEVEL_TYPE;

Line 4121: l_transaction_line_id ZX_SYNC_TAX_LINES_INPUT_V.transaction_line_id%type;

4117: l_document_type_id ZX_SYNC_HDR_INPUT_V.document_type_id%type;
4118: l_transaction_id ZX_SYNC_HDR_INPUT_V.transaction_id%type;
4119: l_legal_entity_number ZX_SYNC_HDR_INPUT_V.legal_entity_number%type;
4120: l_establishment_number ZX_SYNC_HDR_INPUT_V.establishment_number%type; -- Bug 5139731
4121: l_transaction_line_id ZX_SYNC_TAX_LINES_INPUT_V.transaction_line_id%type;
4122: --l_count number;
4123: l_event_type varchar2(20);
4124: l_write_record boolean;
4125: l_event_class_code varchar2(20);

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

4312: END IF;
4313: -- End --
4314:
4315: -- Check if the Line is present in ZX_PTNR_NEG_TAX_LINE_GT table.
4316: -- Deleted line is passed thru zx_sync_tax_lines_input_v and there is
4317: -- no corresponding line in ZX_PTNR_NEG_TAX_LINE_GT
4318:
4319: -- Changed logic to set the event type
4320: -- Code changed for Bug#12544630