DBA Data[Home] [Help]

APPS.INV_MGD_PRD_CONTROL_MEDIATOR dependencies on INV_LE_TIMEZONE_PUB

Line 2026: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(

2022: FROM hr_organization_information HOI
2023: WHERE HOI.org_information_context = 'Accounting Information'
2024: AND HOI.organization_id = l_orgid;
2025:
2026: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(
2027: l_legal_entity);
2028: IF (l_org_acct_periods_val_open.period_start_date > l_le_sysdate) THEN
2029: FND_MESSAGE.SET_NAME('BOM','CST_CLOSE_FUTURE_PERIOD');
2030: l_error_msg := SUBSTR(FND_MESSAGE.Get, 1,255);

Line 2041: l_period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2037: l_verify_flag := 'N';
2038: ELSE
2039: -- Convert Period end date into server time zone. Adding .99999 becasue
2040: -- Period end date does not store time factor.
2041: l_period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2042: l_org_acct_periods_val_open.schedule_close_date + .99999,
2043: l_legal_entity);
2044: -- Get remaining hours from sysdate
2045: l_hours_remaining := round((l_period_end_date - sysdate) * 24);