DBA Data[Home] [Help]

APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_ACCRLS_AMORT

Line 754: -- (where date type = 'ACCRUAL') and join it to XTR_ACCRLS_AMORT

750: Q3_REC Q3%ROWTYPE;
751:
752: ----------------------------------------------------------------------------------------------
753: -- NOTE: Q4 will process accruals from XTR_JOURNAL_ENTRY_ACTIONS
754: -- (where date type = 'ACCRUAL') and join it to XTR_ACCRLS_AMORT
755: -- to create journal entries.
756: ----------------------------------------------------------------------------------------------
757: Cursor Q4 is
758: Select

Line 776: from xtr_accrls_amort acc,

772: ,jea.code_combination_id ccid
773: ,acc.rowid row_id
774: ,jea.date_type date_type
775: ,jea.action_code action_code
776: from xtr_accrls_amort acc,
777: xtr_journal_entry_actions jea
778: where acc.batch_id = in_batch_id
779: and jea.company_code = in_company
780: and jea.date_type = 'ACCRUAL'