DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PUB dependencies on INV_LE_TIMEZONE_PUB

Line 109: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

105: END IF;
106:
107:
108: l_stmt_num := 7;
109: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
110: p_sched_close_date,
111: l_legal_entity);
112:
113: l_sched_close_date := l_sched_close_date + 1 - (1/(24*3600));

Line 164: l_in_rec_type.closing_fm_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

160: WHERE acct_period_id = p_closing_period
161: AND organization_id = p_org_id;
162:
163: l_stmt_num := 22;
164: l_in_rec_type.closing_fm_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
165: l_le_closing_fm_date,
166: l_legal_entity);
167:
168: l_in_rec_type.api_version_number := 1.0;

Line 481: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(

477: fnd_log.string(fnd_log.level_statement, l_log_module,
478: ' Operating Unit is ' ||l_operating_unit||' for organization id'||p_org_id);
479: END IF;
480: l_stmt_num := 25;
481: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(
482: l_operating_unit);
483:
484: l_stmt_num := 27;
485: IF (p_closing_end_date < l_le_sysdate) THEN