DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on INV_LE_TIMEZONE_PUB

Line 1135: l_reference_date_1 := INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(

1131: -------------------------------------------------------------------------
1132: l_stmt_num := 180;
1133:
1134: /*Bug6987381 Start */
1135: l_reference_date_1 := INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
1136: p_sys_setup_rec.transaction_date,
1137: p_sys_setup_rec.org_id);
1138: l_stmt_num := 200;
1139: DELETE FROM XLA_EVENTS_INT_GT;

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

1856: WHERE organization_id = MO_GLOBAL.GET_CURRENT_ORG_ID
1857: AND org_information_context = 'Operating Unit Information';
1858:
1859: l_stmt_num := 50;
1860: x_sys_setup_rec.period_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1861: x_sys_setup_rec.accrual_cutoff_date,
1862: l_legal_entity
1863: );
1864:

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

1862: l_legal_entity
1863: );
1864:
1865: l_stmt_num := 60;
1866: x_sys_setup_rec.transaction_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1867: x_sys_setup_rec.accrual_effect_date,
1868: l_legal_entity
1869: );
1870: