DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on GME_BATCH_HEADER

Line 738: gme_batch_header h

734: l.doc_id, h.wip_whse_code whse_code,
735: sum(l.amount_base * l.debit_credit_sign) amount_base
736: from
737: gl_subr_led l,
738: gme_batch_header h
739: where
740: l.doc_type = 'PROD'
741: and l.acct_ttl_type = 1530
742: and l.doc_id = h.batch_id

Line 752: gme_batch_header h,

748: l.doc_id, h.wip_whse_code whse_code,
749: -1 * sum(amount_base * debit_credit_sign) amount_base
750: from
751: gl_subr_led l,
752: gme_batch_header h,
753: ic_whse_mst w,
754: sy_orgn_mst o,
755: opi_dbi_inv_value_log log
756: where