DBA Data[Home] [Help]

APPS.INV_MGD_MVT_CONC_PGM dependencies on INV_LE_TIMEZONE_PUB

Line 106: l_server_start_date := INV_LE_TIMEZONE_PUB.Get_Server_Day_Time_For_Le

102: END IF;
103: */
104:
105: --Timezone support, convert legal entity time to server time
106: l_server_start_date := INV_LE_TIMEZONE_PUB.Get_Server_Day_Time_For_Le
107: ( p_le_date => l_le_start_date
108: , p_le_id => p_legal_entity_id
109: );
110:

Line 115: l_server_end_date := INV_LE_TIMEZONE_PUB.Get_Server_Day_Time_For_Le

111: IF p_end_date IS NULL
112: THEN
113: l_server_end_date := TRUNC(sysdate+1) - 1/(24*60*60);
114: ELSE
115: l_server_end_date := INV_LE_TIMEZONE_PUB.Get_Server_Day_Time_For_Le
116: ( p_le_date => l_le_end_date
117: , p_le_id => p_legal_entity_id
118: );
119: END IF;