DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on INV_LE_TIMEZONE_PUB

Line 1181: l_server_day_time := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1177: FROM HR_ORGANIZATION_INFORMATION
1178: where ORG_INFORMATION_CONTEXT = 'Accounting Information'
1179: and organization_id = p_organization_id;
1180:
1181: l_server_day_time := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1182: l_le_day_time,
1183: l_legal_entity);
1184:
1185: l_server_le_offset := l_server_day_time - l_le_day_time;

Line 2225: -- l_first_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2221: -- and organization_id = p_organization_id;
2222:
2223: -- Need to convert start and end dates to server time.
2224: -- l_stmt_num := 35;
2225: -- l_first_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2226: -- l_first_date,
2227: -- l_legal_entity);
2228: --
2229: -- l_stmt_num := 40;

Line 2230: -- l_last_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2226: -- l_first_date,
2227: -- l_legal_entity);
2228: --
2229: -- l_stmt_num := 40;
2230: -- l_last_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2231: -- l_last_date,
2232: -- l_legal_entity);
2233: --
2234: -- l_stmt_num := 45;

Line 2313: l_first_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2309: and organization_id = p_organization_id;
2310:
2311: -- Need to convert start and end dates to server time.
2312: l_stmt_num := 18;
2313: l_first_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2314: l_first_date,
2315: l_legal_entity);
2316:
2317: l_stmt_num := 20;

Line 2318: l_last_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

2314: l_first_date,
2315: l_legal_entity);
2316:
2317: l_stmt_num := 20;
2318: l_last_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
2319: l_last_date,
2320: l_legal_entity);
2321:
2322: l_stmt_num := 25;