DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on INV_LE_TIMEZONE_PUB

Line 1160: l_reference_date_1 := INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(

1156: END IF;
1157:
1158: END LOOP;*/
1159: /*Bug6987381 Start */
1160: l_reference_date_1 := INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
1161: p_sys_setup_rec.transaction_date,
1162: p_sys_setup_rec.org_id);
1163: l_stmt_num := 200;
1164: DELETE FROM XLA_EVENTS_INT_GT;

Line 1971: x_sys_setup_rec.period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1967: WHERE organization_id = MO_GLOBAL.GET_CURRENT_ORG_ID
1968: AND org_information_context = 'Operating Unit Information';
1969:
1970: l_stmt_num := 50;
1971: x_sys_setup_rec.period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1972: x_sys_setup_rec.accrual_cutoff_date,
1973: l_legal_entity
1974: );
1975:

Line 1977: x_sys_setup_rec.transaction_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1973: l_legal_entity
1974: );
1975:
1976: l_stmt_num := 60;
1977: x_sys_setup_rec.transaction_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1978: x_sys_setup_rec.accrual_effect_date,
1979: l_legal_entity
1980: );
1981: