DBA Data[Home] [Help]

APPS.OZF_SD_BATCH_PVT dependencies on GL_PERIODS

Line 1380: FROM gl_periods

1376: l_func_call_string VARCHAR2(200) := NULL;
1377: --cursor for period param
1378: CURSOR get_period_limits(c_period VARCHAR2) IS
1379: SELECT start_date, end_date
1380: FROM gl_periods
1381: WHERE period_name = c_period and
1382: period_set_name =
1383: fnd_profile.value('AMS_CAMPAIGN_DEFAULT_CALENDER');
1384: