DBA Data[Home] [Help]

APPS.ARP_EBS_AUTOINV_PREPROC dependencies on FND_CURRENCIES

Line 11: FND_CURRENCIES curr

7:
8: CURSOR curr_code IS
9: SELECT distinct l.currency_code, curr.end_date_active
10: FROM RA_INTERFACE_LINES_GT l,
11: FND_CURRENCIES curr
12: WHERE l.request_id = p_request_id
13: AND l.currency_code = curr.currency_code
14: AND curr.derive_type = 'EMU' ;
15: