DBA Data[Home] [Help]

APPS.BIL_BI_OPPTY_MGMT_RPTS_PKG dependencies on FII_TIME_API

Line 1597: l_start_date := FII_TIME_API.cwk_start(l_curr_as_of_date);

1593: l_url := 'pFunctionName='||l_rpt_str||'&pParamIds=Y&VIEW_BY='||l_viewby||'&VIEW_BY_NAME=VIEW_BY_ID';
1594:
1595: --For Period start open
1596: IF l_period_type = 16 THEN
1597: l_start_date := FII_TIME_API.cwk_start(l_curr_as_of_date);
1598: ELSIF l_period_type = 32 THEN
1599: l_start_date := FII_TIME_API.ent_cper_start(l_curr_as_of_date);
1600: ELSIF l_period_type = 64 THEN
1601: l_start_date := FII_TIME_API.ent_cqtr_start(l_curr_as_of_date);

Line 1599: l_start_date := FII_TIME_API.ent_cper_start(l_curr_as_of_date);

1595: --For Period start open
1596: IF l_period_type = 16 THEN
1597: l_start_date := FII_TIME_API.cwk_start(l_curr_as_of_date);
1598: ELSIF l_period_type = 32 THEN
1599: l_start_date := FII_TIME_API.ent_cper_start(l_curr_as_of_date);
1600: ELSIF l_period_type = 64 THEN
1601: l_start_date := FII_TIME_API.ent_cqtr_start(l_curr_as_of_date);
1602: ELSIF l_period_type = 128 THEN
1603: l_start_date := FII_TIME_API.ent_cyr_start(l_curr_as_of_date);

Line 1601: l_start_date := FII_TIME_API.ent_cqtr_start(l_curr_as_of_date);

1597: l_start_date := FII_TIME_API.cwk_start(l_curr_as_of_date);
1598: ELSIF l_period_type = 32 THEN
1599: l_start_date := FII_TIME_API.ent_cper_start(l_curr_as_of_date);
1600: ELSIF l_period_type = 64 THEN
1601: l_start_date := FII_TIME_API.ent_cqtr_start(l_curr_as_of_date);
1602: ELSIF l_period_type = 128 THEN
1603: l_start_date := FII_TIME_API.ent_cyr_start(l_curr_as_of_date);
1604: END IF;
1605:

Line 1603: l_start_date := FII_TIME_API.ent_cyr_start(l_curr_as_of_date);

1599: l_start_date := FII_TIME_API.ent_cper_start(l_curr_as_of_date);
1600: ELSIF l_period_type = 64 THEN
1601: l_start_date := FII_TIME_API.ent_cqtr_start(l_curr_as_of_date);
1602: ELSIF l_period_type = 128 THEN
1603: l_start_date := FII_TIME_API.ent_cyr_start(l_curr_as_of_date);
1604: END IF;
1605:
1606:
1607: -- Get the Drill Link to the Opty Line Detail Report