DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FUN_TRX_BATCHES

Line 183: l_conv_type fun_trx_batches.exchange_rate_type%TYPE;

179: l_event_key varchar2(240);
180: l_init_sysdate date;
181: l_source varchar2(100) := 'GLOBAL_INTERCOMPANY';
182: l_request_id number;
183: l_conv_type fun_trx_batches.exchange_rate_type%TYPE;
184: l_counter number;
185: l_trx_num varchar2(15);
186: l_batch_num varchar2(15);
187: l_org_name varchar2(240);

Line 218: FROM fun_trx_batches b,

214: fun_tca_pkg.get_ou_id(h.initiator_id) from_org_id,
215: NVL(p_org_id, fun_tca_pkg.get_ou_id(h.recipient_id)) to_org_id,
216: b.initiator_id,
217: h.recipient_id
218: FROM fun_trx_batches b,
219: fun_trx_headers h,
220: gl_period_statuses ps,
221: gl_ledgers ledgers
222: WHERE b.batch_id = h.batch_id AND