DBA Data[Home] [Help]

APPS.INV_MGD_PRD_CONTROL_MEDIATOR dependencies on INV_LE_TIMEZONE_PUB

Line 2229: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(

2225: FROM hr_organization_information HOI
2226: WHERE HOI.org_information_context = 'Accounting Information'
2227: AND HOI.organization_id = l_orgid;
2228:
2229: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(
2230: l_legal_entity);
2231: IF (l_org_acct_periods_val_open.period_start_date > l_le_sysdate) THEN
2232: FND_MESSAGE.SET_NAME('BOM','CST_CLOSE_FUTURE_PERIOD');
2233: l_error_msg := SUBSTR(FND_MESSAGE.Get, 1,255);

Line 2244: l_period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2240: l_verify_flag := 'N';
2241: ELSE
2242: -- Convert Period end date into server time zone. Adding .99999 becasue
2243: -- Period end date does not store time factor.
2244: l_period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2245: l_org_acct_periods_val_open.schedule_close_date + .99999,
2246: l_legal_entity);
2247: -- Get remaining hours from sysdate
2248: l_hours_remaining := round((l_period_end_date - sysdate) * 24);