DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on INV_LE_TIMEZONE_PUB

Line 2115: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(TRUNC(l_gl_date),l_org_id),

2111: p_event_status_code => xla_events_pub_pkg.c_event_unprocessed,
2112: p_event_number => NULL,
2113: p_reference_info => l_reference_info,
2114: p_valuation_method => '',
2115: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(TRUNC(l_gl_date),l_org_id),
2116: p_security_context => l_security_context);
2117:
2118:
2119: INSERT INTO OZF_XLA_ACCRUALS

Line 2462: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(trunc(l_gl_date),l_org_id),

2458: p_event_status_code => xla_events_pub_pkg.c_event_unprocessed,
2459: p_event_number => NULL,
2460: p_reference_info => l_reference_info,
2461: p_valuation_method => '',
2462: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(trunc(l_gl_date),l_org_id),
2463: p_security_context => l_security_context);
2464:
2465:
2466: x_xla_event_id := l_xla_event_id;