DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on PSB_WS_POS1

Line 736: PSB_WS_POS1.g_salary_budget_group_id := null;

732:
733: if p_recalculate_flag then
734: begin
735:
736: PSB_WS_POS1.g_salary_budget_group_id := null;
737:
738: PSB_WS_POS1.Cache_Salary_Dist
739: (p_return_status => l_return_status,
740: p_worksheet_id => l_global_worksheet_id,

Line 738: PSB_WS_POS1.Cache_Salary_Dist

734: begin
735:
736: PSB_WS_POS1.g_salary_budget_group_id := null;
737:
738: PSB_WS_POS1.Cache_Salary_Dist
739: (p_return_status => l_return_status,
740: p_worksheet_id => l_global_worksheet_id,
741: p_root_budget_group_id => l_root_budget_group_id,
742: p_flex_code => l_flex_code,

Line 753: PSB_WS_POS1.Create_Position_Lines

749: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
750: raise FND_API.G_EXC_ERROR;
751: end if;
752:
753: PSB_WS_POS1.Create_Position_Lines
754: (p_api_version => 1.0,
755: p_return_status => l_return_status,
756: p_position_line_id => l_position_line_id,
757: p_worksheet_id => p_worksheet_id,

Line 759: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);

755: p_return_status => l_return_status,
756: p_position_line_id => l_position_line_id,
757: p_worksheet_id => p_worksheet_id,
758: p_position_id => c_Positions_Rec.position_id,
759: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);
760:
761: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
762: raise FND_API.G_EXC_ERROR;
763: end if;

Line 1595: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then

1591:
1592: end;
1593: end if;
1594:
1595: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then
1596: begin
1597:
1598: PSB_WS_POS1.Cache_Named_Attributes
1599: (p_return_status => l_return_status,

Line 1598: PSB_WS_POS1.Cache_Named_Attributes

1594:
1595: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then
1596: begin
1597:
1598: PSB_WS_POS1.Cache_Named_Attributes
1599: (p_return_status => l_return_status,
1600: p_business_group_id => l_business_group_id);
1601:
1602: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 1958: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then

1954:
1955: end;
1956: end if;
1957:
1958: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then
1959: begin
1960:
1961: PSB_WS_POS1.Cache_Named_Attributes
1962: (p_return_status => l_return_status,

Line 1961: PSB_WS_POS1.Cache_Named_Attributes

1957:
1958: if nvl(PSB_WS_POS1.g_attr_busgrp_id, FND_API.G_MISS_NUM) <> l_business_group_id then
1959: begin
1960:
1961: PSB_WS_POS1.Cache_Named_Attributes
1962: (p_return_status => l_return_status,
1963: p_business_group_id => l_business_group_id);
1964:
1965: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 2293: PSB_WS_POS1.g_salary_budget_group_id := null;

2289:
2290: if p_recalculate_flag then
2291: begin
2292:
2293: PSB_WS_POS1.g_salary_budget_group_id := null;
2294:
2295: PSB_WS_POS1.Cache_Salary_Dist
2296: (p_return_status => l_return_status,
2297: p_worksheet_id => p_global_worksheet_id,

Line 2295: PSB_WS_POS1.Cache_Salary_Dist

2291: begin
2292:
2293: PSB_WS_POS1.g_salary_budget_group_id := null;
2294:
2295: PSB_WS_POS1.Cache_Salary_Dist
2296: (p_return_status => l_return_status,
2297: p_worksheet_id => p_global_worksheet_id,
2298: p_root_budget_group_id => l_root_budget_group_id,
2299: p_flex_code => l_flex_code,

Line 2310: PSB_WS_POS1.Create_Position_Lines

2306: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
2307: raise FND_API.G_EXC_ERROR;
2308: end if;
2309:
2310: PSB_WS_POS1.Create_Position_Lines
2311: (p_api_version => 1.0,
2312: p_return_status => l_return_status,
2313: p_position_line_id => l_position_line_id,
2314: p_worksheet_id => p_worksheet_id,

Line 2316: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);

2312: p_return_status => l_return_status,
2313: p_position_line_id => l_position_line_id,
2314: p_worksheet_id => p_worksheet_id,
2315: p_position_id => c_Positions_Rec.position_id,
2316: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);
2317:
2318: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
2319: raise FND_API.G_EXC_ERROR;
2320: end if;

Line 2967: PSB_WS_POS1.Cache_Named_Attribute_Values

2963: end loop;
2964:
2965: -- fix done for bug no 4104890
2966: -- added the p_local_parameter flag
2967: PSB_WS_POS1.Cache_Named_Attribute_Values
2968: (p_return_status => l_return_status,
2969: p_worksheet_id => p_worksheet_id,
2970: p_data_extract_id => p_data_extract_id,
2971: p_position_id => p_position_id,

Line 2983: l_multiplier := greatest(ceil((p_start_date - PSB_WS_POS1.g_hiredate) / l_hiredate_between_from), 0);

2979: if l_hiredate_between_from is not null then
2980: begin
2981:
2982: l_compound_factor := greatest(ceil((p_start_date - p_parameter_start_date) / l_hiredate_between_from), 0) + 1;
2983: l_multiplier := greatest(ceil((p_start_date - PSB_WS_POS1.g_hiredate) / l_hiredate_between_from), 0);
2984:
2985: /* start bug 4104890 */
2986: IF l_multiplier <= 0 THEN
2987: l_multiplier := 1;

Line 2994: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' hire date : '||PSB_WS_POS1.g_hiredate);

2990:
2991: loop
2992:
2993: /* start bug 4104890*/
2994: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' hire date : '||PSB_WS_POS1.g_hiredate);
2995: /* End bug 4104890*/
2996:
2997: l_start_date := PSB_WS_POS1.g_hiredate + l_hiredate_between_from * l_multiplier;
2998:

Line 2997: l_start_date := PSB_WS_POS1.g_hiredate + l_hiredate_between_from * l_multiplier;

2993: /* start bug 4104890*/
2994: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' hire date : '||PSB_WS_POS1.g_hiredate);
2995: /* End bug 4104890*/
2996:
2997: l_start_date := PSB_WS_POS1.g_hiredate + l_hiredate_between_from * l_multiplier;
2998:
2999: /* start bug 4104890*/
3000: FOR l_periods IN
3001: (SELECT start_date,

Line 3072: l_multiplier := greatest(ceil((p_start_date - PSB_WS_POS1.g_adjustment_date) / l_adjdate_between_from), 0);

3068: elsif l_adjdate_between_from is not null then
3069: begin
3070:
3071: l_compound_factor := greatest(ceil((p_start_date - p_parameter_start_date) / l_adjdate_between_from), 0) + 1;
3072: l_multiplier := greatest(ceil((p_start_date - PSB_WS_POS1.g_adjustment_date) / l_adjdate_between_from), 0);
3073:
3074: /* start bug 4104890 */
3075: IF l_multiplier <= 0 THEN
3076: l_multiplier := 1;

Line 3083: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' adjustment date : '||PSB_WS_POS1.g_adjustment_date);

3079:
3080: loop
3081:
3082: /* start bug 4104890*/
3083: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' adjustment date : '||PSB_WS_POS1.g_adjustment_date);
3084: /* End bug 4104890*/
3085:
3086: l_start_date := PSB_WS_POS1.g_adjustment_date + l_adjdate_between_from * l_multiplier;
3087:

Line 3086: l_start_date := PSB_WS_POS1.g_adjustment_date + l_adjdate_between_from * l_multiplier;

3082: /* start bug 4104890*/
3083: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' adjustment date : '||PSB_WS_POS1.g_adjustment_date);
3084: /* End bug 4104890*/
3085:
3086: l_start_date := PSB_WS_POS1.g_adjustment_date + l_adjdate_between_from * l_multiplier;
3087:
3088: /* start bug 4104890*/
3089: FOR l_periods IN
3090: (SELECT start_date ,

Line 3822: if ((nvl(PSB_WS_POS1.g_data_extract_id, FND_API.G_MISS_NUM) <> l_data_extract_id) or

3818: l_position_start_date := c_Positions_Rec.effective_start_date;
3819: l_position_end_date := c_Positions_Rec.effective_end_date;
3820: end loop;
3821:
3822: if ((nvl(PSB_WS_POS1.g_data_extract_id, FND_API.G_MISS_NUM) <> l_data_extract_id) or
3823: (nvl(PSB_WS_POS1.g_business_group_id, FND_API.G_MISS_NUM) <> l_business_group_id)) then
3824: begin
3825:
3826: PSB_WS_POS1.Cache_Elements

Line 3823: (nvl(PSB_WS_POS1.g_business_group_id, FND_API.G_MISS_NUM) <> l_business_group_id)) then

3819: l_position_end_date := c_Positions_Rec.effective_end_date;
3820: end loop;
3821:
3822: if ((nvl(PSB_WS_POS1.g_data_extract_id, FND_API.G_MISS_NUM) <> l_data_extract_id) or
3823: (nvl(PSB_WS_POS1.g_business_group_id, FND_API.G_MISS_NUM) <> l_business_group_id)) then
3824: begin
3825:
3826: PSB_WS_POS1.Cache_Elements
3827: (p_return_status => l_return_status,

Line 3826: PSB_WS_POS1.Cache_Elements

3822: if ((nvl(PSB_WS_POS1.g_data_extract_id, FND_API.G_MISS_NUM) <> l_data_extract_id) or
3823: (nvl(PSB_WS_POS1.g_business_group_id, FND_API.G_MISS_NUM) <> l_business_group_id)) then
3824: begin
3825:
3826: PSB_WS_POS1.Cache_Elements
3827: (p_return_status => l_return_status,
3828: p_data_extract_id => l_data_extract_id,
3829: p_business_group_id => l_business_group_id,
3830: p_worksheet_id => p_worksheet_id);

Line 3861: PSB_WS_POS1.g_salary_budget_group_id := null;

3857: l_year_start_date := c_Year_Rec.start_date;
3858: l_year_end_date := c_Year_Rec.end_date;
3859: end loop;
3860:
3861: PSB_WS_POS1.g_salary_budget_group_id := null;
3862:
3863: Redist_Follow_Salary_Year
3864: (p_return_status => l_return_status,
3865: p_worksheet_id => p_worksheet_id,

Line 3908: PSB_WS_POS1.g_salary_budget_group_id := null;

3904: end if;
3905:
3906: for l_year_index in 1..PSB_WS_ACCT1.g_num_budget_years loop
3907:
3908: PSB_WS_POS1.g_salary_budget_group_id := null;
3909:
3910: Redist_Follow_Salary_Year
3911: (p_return_status => l_return_status,
3912: p_worksheet_id => p_worksheet_id,

Line 4079: PSB_WS_POS1.Initialize_Calc;

4075: and c.data_extract_id = p_data_extract_id;
4076:
4077: BEGIN
4078:
4079: PSB_WS_POS1.Initialize_Calc;
4080:
4081: PSB_WS_POS1.Initialize_Dist;
4082:
4083: PSB_WS_POS1.Initialize_Salary_Dist;

Line 4081: PSB_WS_POS1.Initialize_Dist;

4077: BEGIN
4078:
4079: PSB_WS_POS1.Initialize_Calc;
4080:
4081: PSB_WS_POS1.Initialize_Dist;
4082:
4083: PSB_WS_POS1.Initialize_Salary_Dist;
4084:
4085: PSB_WS_POS1.Initialize_Element_Dist;

Line 4083: PSB_WS_POS1.Initialize_Salary_Dist;

4079: PSB_WS_POS1.Initialize_Calc;
4080:
4081: PSB_WS_POS1.Initialize_Dist;
4082:
4083: PSB_WS_POS1.Initialize_Salary_Dist;
4084:
4085: PSB_WS_POS1.Initialize_Element_Dist;
4086:
4087: for c_Salary_Rec in c_Salary_Dist loop

Line 4085: PSB_WS_POS1.Initialize_Element_Dist;

4081: PSB_WS_POS1.Initialize_Dist;
4082:
4083: PSB_WS_POS1.Initialize_Salary_Dist;
4084:
4085: PSB_WS_POS1.Initialize_Element_Dist;
4086:
4087: for c_Salary_Rec in c_Salary_Dist loop
4088:
4089: PSB_WS_POS1.g_num_salary_dist := PSB_WS_POS1.g_num_salary_dist + 1;

Line 4089: PSB_WS_POS1.g_num_salary_dist := PSB_WS_POS1.g_num_salary_dist + 1;

4085: PSB_WS_POS1.Initialize_Element_Dist;
4086:
4087: for c_Salary_Rec in c_Salary_Dist loop
4088:
4089: PSB_WS_POS1.g_num_salary_dist := PSB_WS_POS1.g_num_salary_dist + 1;
4090: l_ytd_amount := nvl(l_ytd_amount, 0) + c_Salary_Rec.ytd_amount;
4091:
4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;
4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;

Line 4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;

4088:
4089: PSB_WS_POS1.g_num_salary_dist := PSB_WS_POS1.g_num_salary_dist + 1;
4090: l_ytd_amount := nvl(l_ytd_amount, 0) + c_Salary_Rec.ytd_amount;
4091:
4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;
4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;
4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:

Line 4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;

4089: PSB_WS_POS1.g_num_salary_dist := PSB_WS_POS1.g_num_salary_dist + 1;
4090: l_ytd_amount := nvl(l_ytd_amount, 0) + c_Salary_Rec.ytd_amount;
4091:
4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;
4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;
4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:
4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then

Line 4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;

4090: l_ytd_amount := nvl(l_ytd_amount, 0) + c_Salary_Rec.ytd_amount;
4091:
4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;
4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;
4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:
4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then
4098: PSB_WS_POS1.g_salary_budget_group_id := c_Salary_Rec.budget_group_id;

Line 4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;

4091:
4092: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).ccid := c_Salary_Rec.code_combination_id;
4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;
4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:
4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then
4098: PSB_WS_POS1.g_salary_budget_group_id := c_Salary_Rec.budget_group_id;
4099: end if;

Line 4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then

4093: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).amount := c_Salary_Rec.ytd_amount;
4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:
4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then
4098: PSB_WS_POS1.g_salary_budget_group_id := c_Salary_Rec.budget_group_id;
4099: end if;
4100:
4101: end loop;

Line 4098: PSB_WS_POS1.g_salary_budget_group_id := c_Salary_Rec.budget_group_id;

4094: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).start_date := p_year_start_date;
4095: PSB_WS_POS1.g_salary_dist(PSB_WS_POS1.g_num_salary_dist).end_date := p_year_end_date;
4096:
4097: if nvl(PSB_WS_POS1.g_salary_budget_group_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then
4098: PSB_WS_POS1.g_salary_budget_group_id := c_Salary_Rec.budget_group_id;
4099: end if;
4100:
4101: end loop;
4102:

Line 4103: for l_salary_index in 1..PSB_WS_POS1.g_num_salary_dist loop

4099: end if;
4100:
4101: end loop;
4102:
4103: for l_salary_index in 1..PSB_WS_POS1.g_num_salary_dist loop
4104:
4105: if l_ytd_amount = 0 then
4106: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := 0;
4107: else

Line 4106: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := 0;

4102:
4103: for l_salary_index in 1..PSB_WS_POS1.g_num_salary_dist loop
4104:
4105: if l_ytd_amount = 0 then
4106: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := 0;
4107: else
4108: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := PSB_WS_POS1.g_salary_dist(l_salary_index).amount / l_ytd_amount * 100;
4109: end if;
4110:

Line 4108: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := PSB_WS_POS1.g_salary_dist(l_salary_index).amount / l_ytd_amount * 100;

4104:
4105: if l_ytd_amount = 0 then
4106: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := 0;
4107: else
4108: PSB_WS_POS1.g_salary_dist(l_salary_index).percent := PSB_WS_POS1.g_salary_dist(l_salary_index).amount / l_ytd_amount * 100;
4109: end if;
4110:
4111: end loop;
4112:

Line 4115: PSB_WS_POS1.g_num_pc_costs := PSB_WS_POS1.g_num_pc_costs + 1;

4111: end loop;
4112:
4113: for c_Element_Cost_Rec in c_Element_Cost loop
4114:
4115: PSB_WS_POS1.g_num_pc_costs := PSB_WS_POS1.g_num_pc_costs + 1;
4116:
4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;
4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;
4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;

Line 4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;

4113: for c_Element_Cost_Rec in c_Element_Cost loop
4114:
4115: PSB_WS_POS1.g_num_pc_costs := PSB_WS_POS1.g_num_pc_costs + 1;
4116:
4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;
4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;
4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;
4120: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).budget_year_id := p_budget_year_id;
4121:

Line 4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;

4114:
4115: PSB_WS_POS1.g_num_pc_costs := PSB_WS_POS1.g_num_pc_costs + 1;
4116:
4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;
4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;
4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;
4120: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).budget_year_id := p_budget_year_id;
4121:
4122: end loop;

Line 4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;

4115: PSB_WS_POS1.g_num_pc_costs := PSB_WS_POS1.g_num_pc_costs + 1;
4116:
4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;
4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;
4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;
4120: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).budget_year_id := p_budget_year_id;
4121:
4122: end loop;
4123:

Line 4120: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).budget_year_id := p_budget_year_id;

4116:
4117: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).pay_element_id := c_Element_Cost_Rec.pay_element_id;
4118: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_set_id := c_Element_Cost_Rec.element_set_id;
4119: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).element_cost := c_Element_Cost_Rec.element_cost;
4120: PSB_WS_POS1.g_pc_costs(PSB_WS_POS1.g_num_pc_costs).budget_year_id := p_budget_year_id;
4121:
4122: end loop;
4123:
4124: for c_Element_Dist_Rec in c_Element_Dist loop

Line 4126: PSB_WS_POS1.g_num_element_dist := PSB_WS_POS1.g_num_element_dist + 1;

4122: end loop;
4123:
4124: for c_Element_Dist_Rec in c_Element_Dist loop
4125:
4126: PSB_WS_POS1.g_num_element_dist := PSB_WS_POS1.g_num_element_dist + 1;
4127:
4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;

Line 4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;

4124: for c_Element_Dist_Rec in c_Element_Dist loop
4125:
4126: PSB_WS_POS1.g_num_element_dist := PSB_WS_POS1.g_num_element_dist + 1;
4127:
4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;

Line 4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;

4125:
4126: PSB_WS_POS1.g_num_element_dist := PSB_WS_POS1.g_num_element_dist + 1;
4127:
4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;

Line 4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;

4126: PSB_WS_POS1.g_num_element_dist := PSB_WS_POS1.g_num_element_dist + 1;
4127:
4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;

Line 4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;

4127:
4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;

Line 4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;

4128: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).account_line_id := c_Element_Dist_Rec.account_line_id;
4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;

Line 4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;

4129: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ccid := c_Element_Dist_Rec.code_combination_id;
4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;

Line 4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;

4130: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).ytd_amount := c_Element_Dist_Rec.ytd_amount;
4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;

Line 4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;

4131: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period1_amount := c_Element_Dist_Rec.period1_amount;
4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;

Line 4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;

4132: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period2_amount := c_Element_Dist_Rec.period2_amount;
4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;

Line 4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;

4133: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period3_amount := c_Element_Dist_Rec.period3_amount;
4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;

Line 4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;

4134: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period4_amount := c_Element_Dist_Rec.period4_amount;
4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;

Line 4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;

4135: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period5_amount := c_Element_Dist_Rec.period5_amount;
4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;

Line 4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;

4136: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period6_amount := c_Element_Dist_Rec.period6_amount;
4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;

Line 4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;

4137: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period7_amount := c_Element_Dist_Rec.period7_amount;
4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;

Line 4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;

4138: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period8_amount := c_Element_Dist_Rec.period8_amount;
4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;

Line 4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;

4139: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period9_amount := c_Element_Dist_Rec.period9_amount;
4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;

Line 4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;

4140: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period10_amount := c_Element_Dist_Rec.period10_amount;
4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;

Line 4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;

4141: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period11_amount := c_Element_Dist_Rec.period11_amount;
4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;

Line 4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;

4142: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period12_amount := c_Element_Dist_Rec.period12_amount;
4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;

Line 4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;

4143: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period13_amount := c_Element_Dist_Rec.period13_amount;
4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;

Line 4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;

4144: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period14_amount := c_Element_Dist_Rec.period14_amount;
4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;

Line 4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;

4145: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period15_amount := c_Element_Dist_Rec.period15_amount;
4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;

Line 4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;

4146: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period16_amount := c_Element_Dist_Rec.period16_amount;
4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;

Line 4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;

4147: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period17_amount := c_Element_Dist_Rec.period17_amount;
4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;

Line 4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;

4148: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period18_amount := c_Element_Dist_Rec.period18_amount;
4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;

Line 4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;

4149: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period19_amount := c_Element_Dist_Rec.period19_amount;
4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;

Line 4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;

4150: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period20_amount := c_Element_Dist_Rec.period20_amount;
4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;

Line 4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;

4151: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period21_amount := c_Element_Dist_Rec.period21_amount;
4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;

Line 4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;

4152: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period22_amount := c_Element_Dist_Rec.period22_amount;
4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;

Line 4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;

4153: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period23_amount := c_Element_Dist_Rec.period23_amount;
4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;

Line 4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;

4154: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period24_amount := c_Element_Dist_Rec.period24_amount;
4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;

Line 4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;

4155: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period25_amount := c_Element_Dist_Rec.period25_amount;
4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;

Line 4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;

4156: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period26_amount := c_Element_Dist_Rec.period26_amount;
4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;

Line 4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;

4157: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period27_amount := c_Element_Dist_Rec.period27_amount;
4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;

Line 4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;

4158: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period28_amount := c_Element_Dist_Rec.period28_amount;
4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;

Line 4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;

4159: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period29_amount := c_Element_Dist_Rec.period29_amount;
4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;

Line 4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;

4160: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period30_amount := c_Element_Dist_Rec.period30_amount;
4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;

Line 4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;

4161: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period31_amount := c_Element_Dist_Rec.period31_amount;
4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;

Line 4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;

4162: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period32_amount := c_Element_Dist_Rec.period32_amount;
4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;

Line 4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;

4163: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period33_amount := c_Element_Dist_Rec.period33_amount;
4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;

Line 4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;

4164: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period34_amount := c_Element_Dist_Rec.period34_amount;
4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;

Line 4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;

4165: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period35_amount := c_Element_Dist_Rec.period35_amount;
4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;

Line 4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;

4166: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period36_amount := c_Element_Dist_Rec.period36_amount;
4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;

Line 4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;

4167: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period37_amount := c_Element_Dist_Rec.period37_amount;
4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;

Line 4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;

4168: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period38_amount := c_Element_Dist_Rec.period38_amount;
4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;

Line 4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;

4169: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period39_amount := c_Element_Dist_Rec.period39_amount;
4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;

Line 4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;

4170: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period40_amount := c_Element_Dist_Rec.period40_amount;
4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;

Line 4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;

4171: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period41_amount := c_Element_Dist_Rec.period41_amount;
4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;

Line 4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;

4172: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period42_amount := c_Element_Dist_Rec.period42_amount;
4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;

Line 4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;

4173: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period43_amount := c_Element_Dist_Rec.period43_amount;
4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;

Line 4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;

4174: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period44_amount := c_Element_Dist_Rec.period44_amount;
4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;

Line 4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;

4175: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period45_amount := c_Element_Dist_Rec.period45_amount;
4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;

Line 4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;

4176: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period46_amount := c_Element_Dist_Rec.period46_amount;
4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;

Line 4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;

4177: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period47_amount := c_Element_Dist_Rec.period47_amount;
4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;

Line 4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;

4178: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period48_amount := c_Element_Dist_Rec.period48_amount;
4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;

Line 4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;

4179: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period49_amount := c_Element_Dist_Rec.period49_amount;
4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;

Line 4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;

4180: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period50_amount := c_Element_Dist_Rec.period50_amount;
4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;

Line 4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;

4181: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period51_amount := c_Element_Dist_Rec.period51_amount;
4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;

Line 4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;

4182: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period52_amount := c_Element_Dist_Rec.period52_amount;
4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;
4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;

Line 4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;

4183: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period53_amount := c_Element_Dist_Rec.period53_amount;
4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;
4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;
4191:

Line 4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;

4184: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period54_amount := c_Element_Dist_Rec.period54_amount;
4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;
4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;
4191:
4192: end loop;

Line 4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;

4185: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period55_amount := c_Element_Dist_Rec.period55_amount;
4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;
4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;
4191:
4192: end loop;
4193:

Line 4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;

4186: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period56_amount := c_Element_Dist_Rec.period56_amount;
4187: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period57_amount := c_Element_Dist_Rec.period57_amount;
4188: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period58_amount := c_Element_Dist_Rec.period58_amount;
4189: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period59_amount := c_Element_Dist_Rec.period59_amount;
4190: PSB_WS_POS1.g_element_dist(PSB_WS_POS1.g_num_element_dist).period60_amount := c_Element_Dist_Rec.period60_amount;
4191:
4192: end loop;
4193:
4194: l_start_date := greatest(p_year_start_date, p_position_start_date);

Line 4197: for l_element_index in 1..PSB_WS_POS1.g_num_elements loop

4193:
4194: l_start_date := greatest(p_year_start_date, p_position_start_date);
4195: l_end_date := least(p_year_end_date, nvl(p_position_end_date, p_year_end_date));
4196:
4197: for l_element_index in 1..PSB_WS_POS1.g_num_elements loop
4198:
4199: if PSB_WS_POS1.g_elements(l_element_index).follow_salary = 'Y' then
4200: begin
4201:

Line 4199: if PSB_WS_POS1.g_elements(l_element_index).follow_salary = 'Y' then

4195: l_end_date := least(p_year_end_date, nvl(p_position_end_date, p_year_end_date));
4196:
4197: for l_element_index in 1..PSB_WS_POS1.g_num_elements loop
4198:
4199: if PSB_WS_POS1.g_elements(l_element_index).follow_salary = 'Y' then
4200: begin
4201:
4202: PSB_WS_POS1.Distribute_Following_Elements
4203: (p_return_status => l_return_status,

Line 4202: PSB_WS_POS1.Distribute_Following_Elements

4198:
4199: if PSB_WS_POS1.g_elements(l_element_index).follow_salary = 'Y' then
4200: begin
4201:
4202: PSB_WS_POS1.Distribute_Following_Elements
4203: (p_return_status => l_return_status,
4204: p_redistribute => FND_API.G_TRUE,
4205: p_pay_element_id => PSB_WS_POS1.g_elements(l_element_index).pay_element_id,
4206: p_data_extract_id => p_data_extract_id,

Line 4205: p_pay_element_id => PSB_WS_POS1.g_elements(l_element_index).pay_element_id,

4201:
4202: PSB_WS_POS1.Distribute_Following_Elements
4203: (p_return_status => l_return_status,
4204: p_redistribute => FND_API.G_TRUE,
4205: p_pay_element_id => PSB_WS_POS1.g_elements(l_element_index).pay_element_id,
4206: p_data_extract_id => p_data_extract_id,
4207: p_flex_code => p_flex_code,
4208: p_business_group_id => p_business_group_id,
4209: p_rounding_factor => p_rounding_factor,

Line 4225: for l_pdist_index in 1..PSB_WS_POS1.g_num_pd_costs loop

4221: end if;
4222:
4223: end loop;
4224:
4225: for l_pdist_index in 1..PSB_WS_POS1.g_num_pd_costs loop
4226:
4227: l_dist_index := null;
4228:
4229: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop

Line 4229: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop

4225: for l_pdist_index in 1..PSB_WS_POS1.g_num_pd_costs loop
4226:
4227: l_dist_index := null;
4228:
4229: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop
4230:
4231: if PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid = PSB_WS_POS1.g_element_dist(l_eldist_index).ccid then
4232: PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag := 'Y';
4233: l_dist_index := l_eldist_index;

Line 4231: if PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid = PSB_WS_POS1.g_element_dist(l_eldist_index).ccid then

4227: l_dist_index := null;
4228:
4229: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop
4230:
4231: if PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid = PSB_WS_POS1.g_element_dist(l_eldist_index).ccid then
4232: PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag := 'Y';
4233: l_dist_index := l_eldist_index;
4234: exit;
4235: end if;

Line 4232: PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag := 'Y';

4228:
4229: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop
4230:
4231: if PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid = PSB_WS_POS1.g_element_dist(l_eldist_index).ccid then
4232: PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag := 'Y';
4233: l_dist_index := l_eldist_index;
4234: exit;
4235: end if;
4236:

Line 4246: if PSB_WS_POS1.g_num_element_dist > 0 then

4242: for l_init_index in 1..PSB_WS_ACCT1.g_max_num_amounts loop
4243: l_period_amount(l_init_index) := null;
4244: end loop;
4245:
4246: if PSB_WS_POS1.g_num_element_dist > 0 then
4247: begin
4248:
4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4245:
4246: if PSB_WS_POS1.g_num_element_dist > 0 then
4247: begin
4248:
4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4246: if PSB_WS_POS1.g_num_element_dist > 0 then
4247: begin
4248:
4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4247: begin
4248:
4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4248:
4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4249: l_period_amount(1) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4250: PSB_WS_POS1.g_element_dist(1).period1_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4251: l_period_amount(2) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4252: PSB_WS_POS1.g_element_dist(1).period2_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4253: l_period_amount(3) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4254: PSB_WS_POS1.g_element_dist(1).period3_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4255: l_period_amount(4) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4256: PSB_WS_POS1.g_element_dist(1).period4_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4257: l_period_amount(5) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4258: PSB_WS_POS1.g_element_dist(1).period5_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4259: l_period_amount(6) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4260: PSB_WS_POS1.g_element_dist(1).period6_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4261: l_period_amount(7) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4262: PSB_WS_POS1.g_element_dist(1).period7_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4263: l_period_amount(8) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4264: PSB_WS_POS1.g_element_dist(1).period8_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4265: l_period_amount(9) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4266: PSB_WS_POS1.g_element_dist(1).period9_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4267: l_period_amount(10) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4268: PSB_WS_POS1.g_element_dist(1).period10_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4269: l_period_amount(11) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4270: PSB_WS_POS1.g_element_dist(1).period11_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4271: l_period_amount(12) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4272: PSB_WS_POS1.g_element_dist(1).period12_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4273: l_period_amount(13) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4274: PSB_WS_POS1.g_element_dist(1).period13_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4275: l_period_amount(14) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4276: PSB_WS_POS1.g_element_dist(1).period14_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4277: l_period_amount(15) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4278: PSB_WS_POS1.g_element_dist(1).period15_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4279: l_period_amount(16) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4280: PSB_WS_POS1.g_element_dist(1).period16_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4281: l_period_amount(17) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4282: PSB_WS_POS1.g_element_dist(1).period17_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4283: l_period_amount(18) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4284: PSB_WS_POS1.g_element_dist(1).period18_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4285: l_period_amount(19) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4286: PSB_WS_POS1.g_element_dist(1).period19_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4287: l_period_amount(20) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4288: PSB_WS_POS1.g_element_dist(1).period20_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4289: l_period_amount(21) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4290: PSB_WS_POS1.g_element_dist(1).period21_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4291: l_period_amount(22) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4292: PSB_WS_POS1.g_element_dist(1).period22_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4293: l_period_amount(23) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4294: PSB_WS_POS1.g_element_dist(1).period23_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4295: l_period_amount(24) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4296: PSB_WS_POS1.g_element_dist(1).period24_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4297: l_period_amount(25) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4298: PSB_WS_POS1.g_element_dist(1).period25_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4299: l_period_amount(26) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4300: PSB_WS_POS1.g_element_dist(1).period26_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4301: l_period_amount(27) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4302: PSB_WS_POS1.g_element_dist(1).period27_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4303: l_period_amount(28) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4304: PSB_WS_POS1.g_element_dist(1).period28_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4305: l_period_amount(29) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4306: PSB_WS_POS1.g_element_dist(1).period29_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4307: l_period_amount(30) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4308: PSB_WS_POS1.g_element_dist(1).period30_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4309: l_period_amount(31) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4310: PSB_WS_POS1.g_element_dist(1).period31_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4311: l_period_amount(32) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4312: PSB_WS_POS1.g_element_dist(1).period32_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4313: l_period_amount(33) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4314: PSB_WS_POS1.g_element_dist(1).period33_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4315: l_period_amount(34) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4316: PSB_WS_POS1.g_element_dist(1).period34_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4317: l_period_amount(35) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4318: PSB_WS_POS1.g_element_dist(1).period35_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4319: l_period_amount(36) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4320: PSB_WS_POS1.g_element_dist(1).period36_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4321: l_period_amount(37) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4322: PSB_WS_POS1.g_element_dist(1).period37_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4323: l_period_amount(38) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4324: PSB_WS_POS1.g_element_dist(1).period38_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4325: l_period_amount(39) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4326: PSB_WS_POS1.g_element_dist(1).period39_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4327: l_period_amount(40) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4328: PSB_WS_POS1.g_element_dist(1).period40_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4329: l_period_amount(41) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4330: PSB_WS_POS1.g_element_dist(1).period41_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4331: l_period_amount(42) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4332: PSB_WS_POS1.g_element_dist(1).period42_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4333: l_period_amount(43) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4334: PSB_WS_POS1.g_element_dist(1).period43_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4335: l_period_amount(44) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4336: PSB_WS_POS1.g_element_dist(1).period44_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4337: l_period_amount(45) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4338: PSB_WS_POS1.g_element_dist(1).period45_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4339: l_period_amount(46) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4340: PSB_WS_POS1.g_element_dist(1).period46_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4341: l_period_amount(47) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4342: PSB_WS_POS1.g_element_dist(1).period47_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4343: l_period_amount(48) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4344: PSB_WS_POS1.g_element_dist(1).period48_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4345: l_period_amount(49) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4346: PSB_WS_POS1.g_element_dist(1).period49_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4347: l_period_amount(50) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4348: PSB_WS_POS1.g_element_dist(1).period50_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4349: l_period_amount(51) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4350: PSB_WS_POS1.g_element_dist(1).period51_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4351: l_period_amount(52) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4352: PSB_WS_POS1.g_element_dist(1).period52_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4353: l_period_amount(53) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4354: PSB_WS_POS1.g_element_dist(1).period53_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4355: l_period_amount(54) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4356: PSB_WS_POS1.g_element_dist(1).period54_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4357: l_period_amount(55) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4358: PSB_WS_POS1.g_element_dist(1).period55_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4359: l_period_amount(56) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

Line 4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4360: PSB_WS_POS1.g_element_dist(1).period56_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

Line 4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4361: l_period_amount(57) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4369:

Line 4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4362: PSB_WS_POS1.g_element_dist(1).period57_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4369:
4370: end;

Line 4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *

4363: l_period_amount(58) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4369:
4370: end;
4371: end if;

Line 4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;

4364: PSB_WS_POS1.g_element_dist(1).period58_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4365: l_period_amount(59) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4366: PSB_WS_POS1.g_element_dist(1).period59_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4367: l_period_amount(60) := PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount *
4368: PSB_WS_POS1.g_element_dist(1).period60_amount / PSB_WS_POS1.g_element_dist(1).ytd_amount;
4369:
4370: end;
4371: end if;
4372:

Line 4387: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id,

4383: p_budget_calendar_id => null,
4384: p_rounding_factor => p_rounding_factor,
4385: p_stage_set_id => p_stage_set_id,
4386: p_budget_year_id => p_budget_year_id,
4387: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id,
4388: p_ccid => PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid,
4389: p_currency_code => p_func_currency,
4390: p_balance_type => 'E',
4391: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,

Line 4388: p_ccid => PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid,

4384: p_rounding_factor => p_rounding_factor,
4385: p_stage_set_id => p_stage_set_id,
4386: p_budget_year_id => p_budget_year_id,
4387: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id,
4388: p_ccid => PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid,
4389: p_currency_code => p_func_currency,
4390: p_balance_type => 'E',
4391: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4392: p_period_amount => l_period_amount,

Line 4391: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,

4387: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id,
4388: p_ccid => PSB_WS_POS1.g_pd_costs(l_pdist_index).ccid,
4389: p_currency_code => p_func_currency,
4390: p_balance_type => 'E',
4391: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4392: p_period_amount => l_period_amount,
4393: p_position_line_id => p_position_line_id,
4394: p_element_set_id => PSB_WS_POS1.g_pd_costs(l_pdist_index).element_set_id,
4395: p_service_package_id => p_service_package_id,

Line 4394: p_element_set_id => PSB_WS_POS1.g_pd_costs(l_pdist_index).element_set_id,

4390: p_balance_type => 'E',
4391: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4392: p_period_amount => l_period_amount,
4393: p_position_line_id => p_position_line_id,
4394: p_element_set_id => PSB_WS_POS1.g_pd_costs(l_pdist_index).element_set_id,
4395: p_service_package_id => p_service_package_id,
4396: p_start_stage_seq => p_start_stage_seq,
4397: p_current_stage_seq => p_current_stage_seq);
4398:

Line 4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;

4407: for l_init_index in 1..PSB_WS_ACCT1.g_max_num_amounts loop
4408: l_period_amount(l_init_index) := null;
4409: end loop;
4410:
4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;
4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;

Line 4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;

4408: l_period_amount(l_init_index) := null;
4409: end loop;
4410:
4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;
4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;

Line 4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;

4409: end loop;
4410:
4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;
4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;

Line 4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;

4410:
4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;
4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;

Line 4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;

4411: l_period_amount(1) := PSB_WS_POS1.g_element_dist(l_dist_index).period1_amount;
4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;

Line 4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;

4412: l_period_amount(2) := PSB_WS_POS1.g_element_dist(l_dist_index).period2_amount;
4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;

Line 4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;

4413: l_period_amount(3) := PSB_WS_POS1.g_element_dist(l_dist_index).period3_amount;
4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;

Line 4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;

4414: l_period_amount(4) := PSB_WS_POS1.g_element_dist(l_dist_index).period4_amount;
4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;

Line 4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;

4415: l_period_amount(5) := PSB_WS_POS1.g_element_dist(l_dist_index).period5_amount;
4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;

Line 4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;

4416: l_period_amount(6) := PSB_WS_POS1.g_element_dist(l_dist_index).period6_amount;
4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;

Line 4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;

4417: l_period_amount(7) := PSB_WS_POS1.g_element_dist(l_dist_index).period7_amount;
4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;

Line 4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;

4418: l_period_amount(8) := PSB_WS_POS1.g_element_dist(l_dist_index).period8_amount;
4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;

Line 4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;

4419: l_period_amount(9) := PSB_WS_POS1.g_element_dist(l_dist_index).period9_amount;
4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;

Line 4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;

4420: l_period_amount(10) := PSB_WS_POS1.g_element_dist(l_dist_index).period10_amount;
4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;

Line 4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;

4421: l_period_amount(11) := PSB_WS_POS1.g_element_dist(l_dist_index).period11_amount;
4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;

Line 4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;

4422: l_period_amount(12) := PSB_WS_POS1.g_element_dist(l_dist_index).period12_amount;
4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;

Line 4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;

4423: l_period_amount(13) := PSB_WS_POS1.g_element_dist(l_dist_index).period13_amount;
4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;

Line 4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;

4424: l_period_amount(14) := PSB_WS_POS1.g_element_dist(l_dist_index).period14_amount;
4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;

Line 4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;

4425: l_period_amount(15) := PSB_WS_POS1.g_element_dist(l_dist_index).period15_amount;
4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;

Line 4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;

4426: l_period_amount(16) := PSB_WS_POS1.g_element_dist(l_dist_index).period16_amount;
4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;

Line 4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;

4427: l_period_amount(17) := PSB_WS_POS1.g_element_dist(l_dist_index).period17_amount;
4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;

Line 4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;

4428: l_period_amount(18) := PSB_WS_POS1.g_element_dist(l_dist_index).period18_amount;
4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;

Line 4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;

4429: l_period_amount(19) := PSB_WS_POS1.g_element_dist(l_dist_index).period19_amount;
4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;

Line 4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;

4430: l_period_amount(20) := PSB_WS_POS1.g_element_dist(l_dist_index).period20_amount;
4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;

Line 4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;

4431: l_period_amount(21) := PSB_WS_POS1.g_element_dist(l_dist_index).period21_amount;
4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;

Line 4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;

4432: l_period_amount(22) := PSB_WS_POS1.g_element_dist(l_dist_index).period22_amount;
4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;

Line 4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;

4433: l_period_amount(23) := PSB_WS_POS1.g_element_dist(l_dist_index).period23_amount;
4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;

Line 4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;

4434: l_period_amount(24) := PSB_WS_POS1.g_element_dist(l_dist_index).period24_amount;
4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;

Line 4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;

4435: l_period_amount(25) := PSB_WS_POS1.g_element_dist(l_dist_index).period25_amount;
4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;

Line 4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;

4436: l_period_amount(26) := PSB_WS_POS1.g_element_dist(l_dist_index).period26_amount;
4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;

Line 4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;

4437: l_period_amount(27) := PSB_WS_POS1.g_element_dist(l_dist_index).period27_amount;
4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;

Line 4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;

4438: l_period_amount(28) := PSB_WS_POS1.g_element_dist(l_dist_index).period28_amount;
4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;

Line 4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;

4439: l_period_amount(29) := PSB_WS_POS1.g_element_dist(l_dist_index).period29_amount;
4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;

Line 4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;

4440: l_period_amount(30) := PSB_WS_POS1.g_element_dist(l_dist_index).period30_amount;
4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;

Line 4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;

4441: l_period_amount(31) := PSB_WS_POS1.g_element_dist(l_dist_index).period31_amount;
4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;

Line 4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;

4442: l_period_amount(32) := PSB_WS_POS1.g_element_dist(l_dist_index).period32_amount;
4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;

Line 4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;

4443: l_period_amount(33) := PSB_WS_POS1.g_element_dist(l_dist_index).period33_amount;
4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;

Line 4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;

4444: l_period_amount(34) := PSB_WS_POS1.g_element_dist(l_dist_index).period34_amount;
4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;

Line 4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;

4445: l_period_amount(35) := PSB_WS_POS1.g_element_dist(l_dist_index).period35_amount;
4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;

Line 4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;

4446: l_period_amount(36) := PSB_WS_POS1.g_element_dist(l_dist_index).period36_amount;
4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;

Line 4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;

4447: l_period_amount(37) := PSB_WS_POS1.g_element_dist(l_dist_index).period37_amount;
4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;

Line 4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;

4448: l_period_amount(38) := PSB_WS_POS1.g_element_dist(l_dist_index).period38_amount;
4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;

Line 4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;

4449: l_period_amount(39) := PSB_WS_POS1.g_element_dist(l_dist_index).period39_amount;
4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;

Line 4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;

4450: l_period_amount(40) := PSB_WS_POS1.g_element_dist(l_dist_index).period40_amount;
4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;

Line 4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;

4451: l_period_amount(41) := PSB_WS_POS1.g_element_dist(l_dist_index).period41_amount;
4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;

Line 4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;

4452: l_period_amount(42) := PSB_WS_POS1.g_element_dist(l_dist_index).period42_amount;
4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;

Line 4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;

4453: l_period_amount(43) := PSB_WS_POS1.g_element_dist(l_dist_index).period43_amount;
4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;

Line 4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;

4454: l_period_amount(44) := PSB_WS_POS1.g_element_dist(l_dist_index).period44_amount;
4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;

Line 4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;

4455: l_period_amount(45) := PSB_WS_POS1.g_element_dist(l_dist_index).period45_amount;
4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;

Line 4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;

4456: l_period_amount(46) := PSB_WS_POS1.g_element_dist(l_dist_index).period46_amount;
4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;

Line 4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;

4457: l_period_amount(47) := PSB_WS_POS1.g_element_dist(l_dist_index).period47_amount;
4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;

Line 4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;

4458: l_period_amount(48) := PSB_WS_POS1.g_element_dist(l_dist_index).period48_amount;
4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;

Line 4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;

4459: l_period_amount(49) := PSB_WS_POS1.g_element_dist(l_dist_index).period49_amount;
4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;

Line 4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;

4460: l_period_amount(50) := PSB_WS_POS1.g_element_dist(l_dist_index).period50_amount;
4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;

Line 4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;

4461: l_period_amount(51) := PSB_WS_POS1.g_element_dist(l_dist_index).period51_amount;
4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;

Line 4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;

4462: l_period_amount(52) := PSB_WS_POS1.g_element_dist(l_dist_index).period52_amount;
4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;
4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;

Line 4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;

4463: l_period_amount(53) := PSB_WS_POS1.g_element_dist(l_dist_index).period53_amount;
4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;
4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;
4471:

Line 4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;

4464: l_period_amount(54) := PSB_WS_POS1.g_element_dist(l_dist_index).period54_amount;
4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;
4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;
4471:
4472: PSB_WS_ACCT1.Create_Account_Dist

Line 4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;

4465: l_period_amount(55) := PSB_WS_POS1.g_element_dist(l_dist_index).period55_amount;
4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;
4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;
4471:
4472: PSB_WS_ACCT1.Create_Account_Dist
4473: (p_api_version => 1.0,

Line 4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;

4466: l_period_amount(56) := PSB_WS_POS1.g_element_dist(l_dist_index).period56_amount;
4467: l_period_amount(57) := PSB_WS_POS1.g_element_dist(l_dist_index).period57_amount;
4468: l_period_amount(58) := PSB_WS_POS1.g_element_dist(l_dist_index).period58_amount;
4469: l_period_amount(59) := PSB_WS_POS1.g_element_dist(l_dist_index).period59_amount;
4470: l_period_amount(60) := PSB_WS_POS1.g_element_dist(l_dist_index).period60_amount;
4471:
4472: PSB_WS_ACCT1.Create_Account_Dist
4473: (p_api_version => 1.0,
4474: p_return_status => l_return_status,

Line 4477: p_account_line_id => PSB_WS_POS1.g_element_dist(l_dist_index).account_line_id,

4473: (p_api_version => 1.0,
4474: p_return_status => l_return_status,
4475: p_worksheet_id => p_worksheet_id,
4476: p_distribute_flag => FND_API.G_TRUE,
4477: p_account_line_id => PSB_WS_POS1.g_element_dist(l_dist_index).account_line_id,
4478: p_check_stages => FND_API.G_FALSE,
4479: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4480: p_period_amount => l_period_amount,
4481: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);

Line 4479: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,

4475: p_worksheet_id => p_worksheet_id,
4476: p_distribute_flag => FND_API.G_TRUE,
4477: p_account_line_id => PSB_WS_POS1.g_element_dist(l_dist_index).account_line_id,
4478: p_check_stages => FND_API.G_FALSE,
4479: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4480: p_period_amount => l_period_amount,
4481: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);
4482:
4483: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 4481: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);

4477: p_account_line_id => PSB_WS_POS1.g_element_dist(l_dist_index).account_line_id,
4478: p_check_stages => FND_API.G_FALSE,
4479: p_ytd_amount => PSB_WS_POS1.g_pd_costs(l_pdist_index).ytd_amount,
4480: p_period_amount => l_period_amount,
4481: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);
4482:
4483: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
4484: raise FND_API.G_EXC_ERROR;
4485: end if;

Line 4492: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop

4488: end if;
4489:
4490: end loop;
4491:
4492: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop
4493:
4494: if PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag is null then
4495: begin
4496:

Line 4494: if PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag is null then

4490: end loop;
4491:
4492: for l_eldist_index in 1..PSB_WS_POS1.g_num_element_dist loop
4493:
4494: if PSB_WS_POS1.g_element_dist(l_eldist_index).redist_flag is null then
4495: begin
4496:
4497: PSB_WORKSHEET.Delete_WAL
4498: (p_api_version => 1.0,

Line 4500: p_account_line_id => PSB_WS_POS1.g_element_dist(l_eldist_index).account_line_id);

4496:
4497: PSB_WORKSHEET.Delete_WAL
4498: (p_api_version => 1.0,
4499: p_return_status => l_return_status,
4500: p_account_line_id => PSB_WS_POS1.g_element_dist(l_eldist_index).account_line_id);
4501:
4502: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
4503: raise FND_API.G_EXC_ERROR;
4504: end if;

Line 4511: PSB_WS_POS1.Update_Annual_FTE

4507: end if;
4508:
4509: end loop;
4510:
4511: PSB_WS_POS1.Update_Annual_FTE
4512: (p_api_version => 1.0,
4513: p_return_status => p_return_status,
4514: p_worksheet_id => p_worksheet_id,
4515: p_position_line_id => p_position_line_id,

Line 4520: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);

4516: p_budget_year_id => p_budget_year_id,
4517: p_service_package_id => p_service_package_id,
4518: p_stage_set_id => p_stage_set_id,
4519: p_current_stage_seq => p_current_stage_seq,
4520: p_budget_group_id => PSB_WS_POS1.g_salary_budget_group_id);
4521:
4522: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
4523: raise FND_API.G_EXC_ERROR;
4524: end if;