DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on GME_RESOURCE_TXNS

Line 267: ,gme_resource_txns rt

263: AND mmt.transaction_date between cp_posting_start_date and cp_posting_end_date
264: UNION
265: SELECT bh.batch_id
266: FROM gme_batch_header bh
267: ,gme_resource_txns rt
268: ,gmf_organization_definitions god
269: WHERE rt.posted_ind = 0
270: AND rt.delete_mark = 0
271: AND rt.completed_ind = 1