DBA Data[Home] [Help]

APPS.PSB_WS_YEAR_TOTAL dependencies on PSB_WS_ACCT1

Line 24: for l_index in 1..PSB_WS_ACCT1.g_num_segs loop

20:
21: BEGIN
22: for l_temp in 1..30 loop
23:
24: for l_index in 1..PSB_WS_ACCT1.g_num_segs loop
25:
26: if PSB_WS_ACCT1.g_seg_name(l_index) = 'SEGMENT'||l_temp then
27: l_segment_index := l_index;
28: exit;

Line 26: if PSB_WS_ACCT1.g_seg_name(l_index) = 'SEGMENT'||l_temp then

22: for l_temp in 1..30 loop
23:
24: for l_index in 1..PSB_WS_ACCT1.g_num_segs loop
25:
26: if PSB_WS_ACCT1.g_seg_name(l_index) = 'SEGMENT'||l_temp then
27: l_segment_index := l_index;
28: exit;
29: end if;
30:

Line 262: if p_chart_of_accounts <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then

258:
259: if (nvl(p_flex_value, '%') <> '%') then
260: begin
261:
262: if p_chart_of_accounts <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then
263: begin
264:
265: PSB_WS_ACCT1.Flex_Info (p_flex_code => p_chart_of_accounts, p_return_status => l_return_status);
266:

Line 265: PSB_WS_ACCT1.Flex_Info (p_flex_code => p_chart_of_accounts, p_return_status => l_return_status);

261:
262: if p_chart_of_accounts <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then
263: begin
264:
265: PSB_WS_ACCT1.Flex_Info (p_flex_code => p_chart_of_accounts, p_return_status => l_return_status);
266:
267: end;
268: end if;
269:

Line 530: if pchart_of_accounts_id <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then

526:
527: if (nvl(pflex_value, '%') <> '%') then
528: begin
529:
530: if pchart_of_accounts_id <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then
531: begin
532:
533: PSB_WS_ACCT1.Flex_Info (p_flex_code => pchart_of_accounts_id, p_return_status => l_return_status);
534:

Line 533: PSB_WS_ACCT1.Flex_Info (p_flex_code => pchart_of_accounts_id, p_return_status => l_return_status);

529:
530: if pchart_of_accounts_id <> nvl(PSB_WS_ACCT1.g_flex_code, 0) then
531: begin
532:
533: PSB_WS_ACCT1.Flex_Info (p_flex_code => pchart_of_accounts_id, p_return_status => l_return_status);
534:
535: end;
536: end if;
537: