DBA Data[Home] [Help]

APPS.DPP_XLA_EVENT_PUB dependencies on INV_LE_TIMEZONE_PUB

Line 180: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(trunc(sysdate),p_org_id) ,

176: p_event_status_code => xla_events_pub_pkg.c_event_unprocessed,
177: p_event_number => NULL ,
178: p_reference_info => l_reference_info ,
179: p_valuation_method => '' ,
180: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(trunc(sysdate),p_org_id) ,
181: p_security_context => l_security_context );
182: fnd_file.put_line(fnd_file.log, ' event ID is: '||l_event_id);
183:
184: