DBA Data[Home] [Help]

APPS.PA_RESOURCE_PREC_PUB dependencies on PA_PLAN_RES_FORMAT

Line 14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),

10: BEGIN
11:
12: --Initialize the format collections for all 4 resource classes
13: g_people_formats := plan_res_formats (
14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),
15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),

Line 15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),

11:
12: --Initialize the format collections for all 4 resource classes
13: g_people_formats := plan_res_formats (
14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),
15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),

Line 16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),

12: --Initialize the format collections for all 4 resource classes
13: g_people_formats := plan_res_formats (
14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),
15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),

Line 17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),

13: g_people_formats := plan_res_formats (
14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),
15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),

Line 18: pa_plan_res_format( 6, 'PER,ROL', 5),

14: pa_plan_res_format( 4, 'PER,FN1,ROL', 1),
15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),

Line 19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),

15: pa_plan_res_format( 4, 'PER,FN2,ROL', 2),
16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),

Line 20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),

16: pa_plan_res_format( 4, 'PER,FN3,ROL', 3),
17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),

Line 21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),

17: pa_plan_res_format( 4, 'PER,FN4,ROL', 4),
18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),

Line 22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),

18: pa_plan_res_format( 6, 'PER,ROL', 5),
19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),

Line 23: pa_plan_res_format( 2, 'PER,FN1', 10),

19: pa_plan_res_format( 3, 'PER,FN1,ORG', 6),
20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),

Line 24: pa_plan_res_format( 2, 'PER,FN2', 11),

20: pa_plan_res_format( 3, 'PER,FN2,ORG', 7),
21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),

Line 25: pa_plan_res_format( 2, 'PER,FN3', 12),

21: pa_plan_res_format( 3, 'PER,FN3,ORG', 8),
22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),

Line 26: pa_plan_res_format( 2, 'PER,FN4', 13),

22: pa_plan_res_format( 3, 'PER,FN4,ORG', 9),
23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),

Line 27: pa_plan_res_format( 5, 'PER,ORG', 14),

23: pa_plan_res_format( 2, 'PER,FN1', 10),
24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),

Line 28: pa_plan_res_format( 1, 'PER', 15),

24: pa_plan_res_format( 2, 'PER,FN2', 11),
25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),

Line 29: pa_plan_res_format( 10, 'BML,ORG', 16),

25: pa_plan_res_format( 2, 'PER,FN3', 12),
26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),

Line 30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),

26: pa_plan_res_format( 2, 'PER,FN4', 13),
27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),

Line 31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),

27: pa_plan_res_format( 5, 'PER,ORG', 14),
28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),

Line 32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),

28: pa_plan_res_format( 1, 'PER', 15),
29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),

Line 33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),

29: pa_plan_res_format( 10, 'BML,ORG', 16),
30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),

Line 34: pa_plan_res_format( 12, 'JOB,FN1', 21),

30: pa_plan_res_format( 13, 'JOB,FN1,ORG', 17),
31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),

Line 35: pa_plan_res_format( 12, 'JOB,FN2', 22),

31: pa_plan_res_format( 13, 'JOB,FN2,ORG', 18),
32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),

Line 36: pa_plan_res_format( 12, 'JOB,FN3', 23),

32: pa_plan_res_format( 13, 'JOB,FN3,ORG', 19),
33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),

Line 37: pa_plan_res_format( 12, 'JOB,FN4', 24),

33: pa_plan_res_format( 13, 'JOB,FN4,ORG', 20),
34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),

Line 38: pa_plan_res_format( 15, 'JOB,ORG', 25),

34: pa_plan_res_format( 12, 'JOB,FN1', 21),
35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),

Line 39: pa_plan_res_format( 11, 'JOB', 26),

35: pa_plan_res_format( 12, 'JOB,FN2', 22),
36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),

Line 40: pa_plan_res_format( 28, 'PTP,ROL', 27),

36: pa_plan_res_format( 12, 'JOB,FN3', 23),
37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),

Line 41: pa_plan_res_format( 23, 'PTP,FN1', 28),

37: pa_plan_res_format( 12, 'JOB,FN4', 24),
38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),

Line 42: pa_plan_res_format( 23, 'PTP,FN2', 29),

38: pa_plan_res_format( 15, 'JOB,ORG', 25),
39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),

Line 43: pa_plan_res_format( 23, 'PTP,FN3', 30),

39: pa_plan_res_format( 11, 'JOB', 26),
40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),

Line 44: pa_plan_res_format( 23, 'PTP,FN4', 31),

40: pa_plan_res_format( 28, 'PTP,ROL', 27),
41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),

Line 45: pa_plan_res_format( 26, 'PTP,ORG', 32),

41: pa_plan_res_format( 23, 'PTP,FN1', 28),
42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),

Line 46: pa_plan_res_format( 22, 'PTP', 33),

42: pa_plan_res_format( 23, 'PTP,FN2', 29),
43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),

Line 47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),

43: pa_plan_res_format( 23, 'PTP,FN3', 30),
44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),

Line 48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),

44: pa_plan_res_format( 23, 'PTP,FN4', 31),
45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),

Line 49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),

45: pa_plan_res_format( 26, 'PTP,ORG', 32),
46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),

Line 50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),

46: pa_plan_res_format( 22, 'PTP', 33),
47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),

Line 51: pa_plan_res_format( 34, 'FN1,ROL', 38),

47: pa_plan_res_format( 31, 'FN1,ORG,ROL', 34),
48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),

Line 52: pa_plan_res_format( 34, 'FN2,ROL', 39),

48: pa_plan_res_format( 31, 'FN2,ORG,ROL', 35),
49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),

Line 53: pa_plan_res_format( 34, 'FN3,ROL', 40),

49: pa_plan_res_format( 31, 'FN3,ORG,ROL', 36),
50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),

Line 54: pa_plan_res_format( 34, 'FN4,ROL', 41),

50: pa_plan_res_format( 31, 'FN4,ORG,ROL', 37),
51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),

Line 55: pa_plan_res_format( 32, 'FN1,VND', 42),

51: pa_plan_res_format( 34, 'FN1,ROL', 38),
52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),

Line 56: pa_plan_res_format( 32, 'FN2,VND', 43),

52: pa_plan_res_format( 34, 'FN2,ROL', 39),
53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),

Line 57: pa_plan_res_format( 32, 'FN3,VND', 44),

53: pa_plan_res_format( 34, 'FN3,ROL', 40),
54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),

Line 58: pa_plan_res_format( 32, 'FN4,VND', 45),

54: pa_plan_res_format( 34, 'FN4,ROL', 41),
55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),

Line 59: pa_plan_res_format( 30, 'FN1,ORG', 46),

55: pa_plan_res_format( 32, 'FN1,VND', 42),
56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),

Line 60: pa_plan_res_format( 30, 'FN2,ORG', 47),

56: pa_plan_res_format( 32, 'FN2,VND', 43),
57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),

Line 61: pa_plan_res_format( 30, 'FN3,ORG', 48),

57: pa_plan_res_format( 32, 'FN3,VND', 44),
58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),

Line 62: pa_plan_res_format( 30, 'FN4,ORG', 49),

58: pa_plan_res_format( 32, 'FN4,VND', 45),
59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),

Line 63: pa_plan_res_format( 38, 'VND,ROL', 50),

59: pa_plan_res_format( 30, 'FN1,ORG', 46),
60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),

Line 64: pa_plan_res_format( 36, 'ORG,ROL', 51),

60: pa_plan_res_format( 30, 'FN2,ORG', 47),
61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),

Line 65: pa_plan_res_format( 39, 'ROL', 52),

61: pa_plan_res_format( 30, 'FN3,ORG', 48),
62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),

Line 66: pa_plan_res_format( 29, 'FN1', 53),

62: pa_plan_res_format( 30, 'FN4,ORG', 49),
63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),

Line 67: pa_plan_res_format( 29, 'FN2', 54),

63: pa_plan_res_format( 38, 'VND,ROL', 50),
64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),

Line 68: pa_plan_res_format( 29, 'FN3', 55),

64: pa_plan_res_format( 36, 'ORG,ROL', 51),
65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );

Line 69: pa_plan_res_format( 29, 'FN4', 56),

65: pa_plan_res_format( 39, 'ROL', 52),
66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );
73:

Line 70: pa_plan_res_format( 37, 'VND', 57),

66: pa_plan_res_format( 29, 'FN1', 53),
67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );
73:
74: g_equipment_formats := plan_res_formats (

Line 71: pa_plan_res_format( 35, 'ORG', 58),

67: pa_plan_res_format( 29, 'FN2', 54),
68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );
73:
74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),

Line 72: pa_plan_res_format( 40, 'PEP', 59) );

68: pa_plan_res_format( 29, 'FN3', 55),
69: pa_plan_res_format( 29, 'FN4', 56),
70: pa_plan_res_format( 37, 'VND', 57),
71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );
73:
74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),

Line 75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),

71: pa_plan_res_format( 35, 'ORG', 58),
72: pa_plan_res_format( 40, 'PEP', 59) );
73:
74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),

Line 76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),

72: pa_plan_res_format( 40, 'PEP', 59) );
73:
74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),

Line 77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),

73:
74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),

Line 78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),

74: g_equipment_formats := plan_res_formats (
75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),

Line 79: pa_plan_res_format( 44, 'NLB,ORG', 5),

75: pa_plan_res_format( 43, 'NLB,FN1,ORG', 1),
76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),

Line 80: pa_plan_res_format( 48, 'BME,ORG', 6),

76: pa_plan_res_format( 43, 'NLB,FN2,ORG', 2),
77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),

Line 81: pa_plan_res_format( 51, 'FN1,VND', 7),

77: pa_plan_res_format( 43, 'NLB,FN3,ORG', 3),
78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),

Line 82: pa_plan_res_format( 51, 'FN2,VND', 8),

78: pa_plan_res_format( 43, 'NLB,FN4,ORG', 4),
79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),

Line 83: pa_plan_res_format( 51, 'FN3,VND', 9),

79: pa_plan_res_format( 44, 'NLB,ORG', 5),
80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),

Line 84: pa_plan_res_format( 51, 'FN4,VND',10),

80: pa_plan_res_format( 48, 'BME,ORG', 6),
81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),

Line 85: pa_plan_res_format( 50, 'FN1,ORG',11),

81: pa_plan_res_format( 51, 'FN1,VND', 7),
82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),

Line 86: pa_plan_res_format( 50, 'FN2,ORG',12),

82: pa_plan_res_format( 51, 'FN2,VND', 8),
83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),

Line 87: pa_plan_res_format( 50, 'FN3,ORG',13),

83: pa_plan_res_format( 51, 'FN3,VND', 9),
84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),

Line 88: pa_plan_res_format( 50, 'FN4,ORG',14),

84: pa_plan_res_format( 51, 'FN4,VND',10),
85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),

Line 89: pa_plan_res_format( 49, 'FN1', 15),

85: pa_plan_res_format( 50, 'FN1,ORG',11),
86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),

Line 90: pa_plan_res_format( 49, 'FN2', 16),

86: pa_plan_res_format( 50, 'FN2,ORG',12),
87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),
94: pa_plan_res_format( 54, 'EQP', 20) );

Line 91: pa_plan_res_format( 49, 'FN3', 17),

87: pa_plan_res_format( 50, 'FN3,ORG',13),
88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),
94: pa_plan_res_format( 54, 'EQP', 20) );
95:

Line 92: pa_plan_res_format( 49, 'FN4', 18),

88: pa_plan_res_format( 50, 'FN4,ORG',14),
89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),
94: pa_plan_res_format( 54, 'EQP', 20) );
95:
96:

Line 93: pa_plan_res_format( 52, 'ORG', 19),

89: pa_plan_res_format( 49, 'FN1', 15),
90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),
94: pa_plan_res_format( 54, 'EQP', 20) );
95:
96:
97: g_material_formats := plan_res_formats (

Line 94: pa_plan_res_format( 54, 'EQP', 20) );

90: pa_plan_res_format( 49, 'FN2', 16),
91: pa_plan_res_format( 49, 'FN3', 17),
92: pa_plan_res_format( 49, 'FN4', 18),
93: pa_plan_res_format( 52, 'ORG', 19),
94: pa_plan_res_format( 54, 'EQP', 20) );
95:
96:
97: g_material_formats := plan_res_formats (
98: pa_plan_res_format( 56, 'ITM,FN1',1),

Line 98: pa_plan_res_format( 56, 'ITM,FN1',1),

94: pa_plan_res_format( 54, 'EQP', 20) );
95:
96:
97: g_material_formats := plan_res_formats (
98: pa_plan_res_format( 56, 'ITM,FN1',1),
99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),

Line 99: pa_plan_res_format( 56, 'ITM,FN2',2),

95:
96:
97: g_material_formats := plan_res_formats (
98: pa_plan_res_format( 56, 'ITM,FN1',1),
99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),

Line 100: pa_plan_res_format( 56, 'ITM,FN3',3),

96:
97: g_material_formats := plan_res_formats (
98: pa_plan_res_format( 56, 'ITM,FN1',1),
99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),

Line 101: pa_plan_res_format( 56, 'ITM,FN4',4),

97: g_material_formats := plan_res_formats (
98: pa_plan_res_format( 56, 'ITM,FN1',1),
99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),

Line 102: pa_plan_res_format( 60, 'ITM,VND',5),

98: pa_plan_res_format( 56, 'ITM,FN1',1),
99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),

Line 103: pa_plan_res_format( 59, 'ITM,ORG',6),

99: pa_plan_res_format( 56, 'ITM,FN2',2),
100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),

Line 104: pa_plan_res_format( 55, 'ITM', 7),

100: pa_plan_res_format( 56, 'ITM,FN3',3),
101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),

Line 105: pa_plan_res_format( 66, 'ITC,VND',8),

101: pa_plan_res_format( 56, 'ITM,FN4',4),
102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),

Line 106: pa_plan_res_format( 64, 'ITC,ORG',9),

102: pa_plan_res_format( 60, 'ITM,VND',5),
103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),

Line 107: pa_plan_res_format( 61, 'ITC', 10),

103: pa_plan_res_format( 59, 'ITM,ORG',6),
104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),

Line 108: pa_plan_res_format( 68, 'FN1,VND',11),

104: pa_plan_res_format( 55, 'ITM', 7),
105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),

Line 109: pa_plan_res_format( 68, 'FN2,VND',12),

105: pa_plan_res_format( 66, 'ITC,VND',8),
106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),

Line 110: pa_plan_res_format( 68, 'FN3,VND',13),

106: pa_plan_res_format( 64, 'ITC,ORG',9),
107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),

Line 111: pa_plan_res_format( 68, 'FN4,VND',14),

107: pa_plan_res_format( 61, 'ITC', 10),
108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),

Line 112: pa_plan_res_format( 69, 'FN1,ORG',15),

108: pa_plan_res_format( 68, 'FN1,VND',11),
109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),

Line 113: pa_plan_res_format( 69, 'FN2,ORG',16),

109: pa_plan_res_format( 68, 'FN2,VND',12),
110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),

Line 114: pa_plan_res_format( 69, 'FN3,ORG',17),

110: pa_plan_res_format( 68, 'FN3,VND',13),
111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),

Line 115: pa_plan_res_format( 69, 'FN4,ORG',18),

111: pa_plan_res_format( 68, 'FN4,VND',14),
112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),

Line 116: pa_plan_res_format( 67, 'FN1',19),

112: pa_plan_res_format( 69, 'FN1,ORG',15),
113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),

Line 117: pa_plan_res_format( 67, 'FN2',20),

113: pa_plan_res_format( 69, 'FN2,ORG',16),
114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),

Line 118: pa_plan_res_format( 67, 'FN3',21),

114: pa_plan_res_format( 69, 'FN3,ORG',17),
115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );

Line 119: pa_plan_res_format( 67, 'FN4',22),

115: pa_plan_res_format( 69, 'FN4,ORG',18),
116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );
123:

Line 120: pa_plan_res_format( 71, 'VND',23),

116: pa_plan_res_format( 67, 'FN1',19),
117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );
123:
124: g_fin_element_formats := plan_res_formats (

Line 121: pa_plan_res_format( 70, 'ORG',24),

117: pa_plan_res_format( 67, 'FN2',20),
118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );
123:
124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),

Line 122: pa_plan_res_format( 72, 'MTL',25) );

118: pa_plan_res_format( 67, 'FN3',21),
119: pa_plan_res_format( 67, 'FN4',22),
120: pa_plan_res_format( 71, 'VND',23),
121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );
123:
124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),

Line 125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),

121: pa_plan_res_format( 70, 'ORG',24),
122: pa_plan_res_format( 72, 'MTL',25) );
123:
124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),

Line 126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),

122: pa_plan_res_format( 72, 'MTL',25) );
123:
124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),

Line 127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),

123:
124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),

Line 128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),

124: g_fin_element_formats := plan_res_formats (
125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),

Line 129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),

125: pa_plan_res_format( 75, 'FN1,ORG,IR1', 1),
126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),

Line 130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),

126: pa_plan_res_format( 75, 'FN1,ORG,IR2', 2),
127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),

Line 131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),

127: pa_plan_res_format( 75, 'FN1,ORG,IR3', 3),
128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),

Line 132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),

128: pa_plan_res_format( 75, 'FN1,ORG,IR4', 4),
129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),

Line 133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),

129: --bug#3608042 pa_plan_res_format( 75, 'FN1,ORG,IR5', 5),
130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),

Line 134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),

130: pa_plan_res_format( 75, 'FN2,ORG,IR1', 5),
131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),

Line 135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),

131: pa_plan_res_format( 75, 'FN2,ORG,IR2', 6),
132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),

Line 136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),

132: pa_plan_res_format( 75, 'FN2,ORG,IR3', 7),
133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),

Line 137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),

133: pa_plan_res_format( 75, 'FN2,ORG,IR4', 8),
134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),

Line 138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),

134: --bug#3608042 pa_plan_res_format( 75, 'FN2,ORG,IR5', 10),
135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),

Line 139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),

135: pa_plan_res_format( 75, 'FN3,ORG,IR1', 9),
136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),

Line 140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),

136: pa_plan_res_format( 75, 'FN3,ORG,IR2', 10),
137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),

Line 141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),

137: pa_plan_res_format( 75, 'FN3,ORG,IR3', 11),
138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),

Line 142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),

138: pa_plan_res_format( 75, 'FN3,ORG,IR4', 12),
139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),

Line 143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),

139: --bug#3608042 pa_plan_res_format( 75, 'FN3,ORG,IR5', 15),
140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),

Line 144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),

140: pa_plan_res_format( 75, 'FN4,ORG,IR1', 13),
141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),

Line 145: pa_plan_res_format( 77, 'FN1,IR1', 17),

141: pa_plan_res_format( 75, 'FN4,ORG,IR2', 14),
142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),

Line 146: pa_plan_res_format( 77, 'FN1,IR2', 18),

142: pa_plan_res_format( 75, 'FN4,ORG,IR3', 15),
143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),

Line 147: pa_plan_res_format( 77, 'FN1,IR3', 19),

143: pa_plan_res_format( 75, 'FN4,ORG,IR4', 16),
144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),

Line 148: pa_plan_res_format( 77, 'FN1,IR4', 20),

144: --bug#3608042 pa_plan_res_format( 75, 'FN4,ORG,IR5', 20),
145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),

Line 149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),

145: pa_plan_res_format( 77, 'FN1,IR1', 17),
146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),

Line 150: pa_plan_res_format( 77, 'FN2,IR1', 21),

146: pa_plan_res_format( 77, 'FN1,IR2', 18),
147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),

Line 151: pa_plan_res_format( 77, 'FN2,IR2', 22),

147: pa_plan_res_format( 77, 'FN1,IR3', 19),
148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),

Line 152: pa_plan_res_format( 77, 'FN2,IR3', 23),

148: pa_plan_res_format( 77, 'FN1,IR4', 20),
149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),

Line 153: pa_plan_res_format( 77, 'FN2,IR4', 24),

149: --bug#3608042 pa_plan_res_format( 77, 'FN1,IR5', 25),
150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),

Line 154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),

150: pa_plan_res_format( 77, 'FN2,IR1', 21),
151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),

Line 155: pa_plan_res_format( 77, 'FN3,IR1', 25),

151: pa_plan_res_format( 77, 'FN2,IR2', 22),
152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),

Line 156: pa_plan_res_format( 77, 'FN3,IR2', 26),

152: pa_plan_res_format( 77, 'FN2,IR3', 23),
153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),

Line 157: pa_plan_res_format( 77, 'FN3,IR3', 27),

153: pa_plan_res_format( 77, 'FN2,IR4', 24),
154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),

Line 158: pa_plan_res_format( 77, 'FN3,IR4', 28),

154: --bug#3608042 pa_plan_res_format( 77, 'FN2,IR5', 30),
155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),

Line 159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),

155: pa_plan_res_format( 77, 'FN3,IR1', 25),
156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),

Line 160: pa_plan_res_format( 77, 'FN4,IR1', 29),

156: pa_plan_res_format( 77, 'FN3,IR2', 26),
157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),

Line 161: pa_plan_res_format( 77, 'FN4,IR2', 30),

157: pa_plan_res_format( 77, 'FN3,IR3', 27),
158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),

Line 162: pa_plan_res_format( 77, 'FN4,IR3', 31),

158: pa_plan_res_format( 77, 'FN3,IR4', 28),
159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),

Line 163: pa_plan_res_format( 77, 'FN4,IR4', 32),

159: --bug#3608042 pa_plan_res_format( 77, 'FN3,IR5', 35),
160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),

Line 164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),

160: pa_plan_res_format( 77, 'FN4,IR1', 29),
161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),

Line 165: pa_plan_res_format( 79, 'ORG,IR1', 33),

161: pa_plan_res_format( 77, 'FN4,IR2', 30),
162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),

Line 166: pa_plan_res_format( 79, 'ORG,IR2', 34),

162: pa_plan_res_format( 77, 'FN4,IR3', 31),
163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),

Line 167: pa_plan_res_format( 79, 'ORG,IR3', 35),

163: pa_plan_res_format( 77, 'FN4,IR4', 32),
164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),

Line 168: pa_plan_res_format( 79, 'ORG,IR4', 36),

164: --bug#3608042 pa_plan_res_format( 77, 'FN4,IR5', 40),
165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),

Line 169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),

165: pa_plan_res_format( 79, 'ORG,IR1', 33),
166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),

Line 170: pa_plan_res_format( 82, 'IR1', 37),

166: pa_plan_res_format( 79, 'ORG,IR2', 34),
167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),

Line 171: pa_plan_res_format( 82, 'IR2', 38),

167: pa_plan_res_format( 79, 'ORG,IR3', 35),
168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),

Line 172: pa_plan_res_format( 82, 'IR3', 39),

168: pa_plan_res_format( 79, 'ORG,IR4', 36),
169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),

Line 173: pa_plan_res_format( 82, 'IR4', 40),

169: --bug#3608042 pa_plan_res_format( 79, 'ORG,IR5', 45),
170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),

Line 174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),

170: pa_plan_res_format( 82, 'IR1', 37),
171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),

Line 175: pa_plan_res_format( 76, 'FN1,VND', 41),

171: pa_plan_res_format( 82, 'IR2', 38),
172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),

Line 176: pa_plan_res_format( 76, 'FN2,VND', 42),

172: pa_plan_res_format( 82, 'IR3', 39),
173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),

Line 177: pa_plan_res_format( 76, 'FN3,VND', 43),

173: pa_plan_res_format( 82, 'IR4', 40),
174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),

Line 178: pa_plan_res_format( 76, 'FN4,VND', 44),

174: --bug#3608042 pa_plan_res_format( 82, 'IR5', 50),
175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),

Line 179: pa_plan_res_format( 74, 'FN1,ORG', 45),

175: pa_plan_res_format( 76, 'FN1,VND', 41),
176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),

Line 180: pa_plan_res_format( 74, 'FN2,ORG', 46),

176: pa_plan_res_format( 76, 'FN2,VND', 42),
177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),

Line 181: pa_plan_res_format( 74, 'FN3,ORG', 47),

177: pa_plan_res_format( 76, 'FN3,VND', 43),
178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),

Line 182: pa_plan_res_format( 74, 'FN4,ORG', 48),

178: pa_plan_res_format( 76, 'FN4,VND', 44),
179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),

Line 183: pa_plan_res_format( 73, 'FN1', 49),

179: pa_plan_res_format( 74, 'FN1,ORG', 45),
180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),

Line 184: pa_plan_res_format( 73, 'FN2', 50),

180: pa_plan_res_format( 74, 'FN2,ORG', 46),
181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),

Line 185: pa_plan_res_format( 73, 'FN3', 51),

181: pa_plan_res_format( 74, 'FN3,ORG', 47),
182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),

Line 186: pa_plan_res_format( 73, 'FN4', 52),

182: pa_plan_res_format( 74, 'FN4,ORG', 48),
183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),
190: pa_plan_res_format( 83, 'FNL', 56) );

Line 187: pa_plan_res_format( 80, 'ORG,VND', 53),

183: pa_plan_res_format( 73, 'FN1', 49),
184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),
190: pa_plan_res_format( 83, 'FNL', 56) );
191:

Line 188: pa_plan_res_format( 81, 'VND', 54),

184: pa_plan_res_format( 73, 'FN2', 50),
185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),
190: pa_plan_res_format( 83, 'FNL', 56) );
191:
192: END;

Line 189: pa_plan_res_format( 78, 'ORG', 55),

185: pa_plan_res_format( 73, 'FN3', 51),
186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),
190: pa_plan_res_format( 83, 'FNL', 56) );
191:
192: END;
193:

Line 190: pa_plan_res_format( 83, 'FNL', 56) );

186: pa_plan_res_format( 73, 'FN4', 52),
187: pa_plan_res_format( 80, 'ORG,VND', 53),
188: pa_plan_res_format( 81, 'VND', 54),
189: pa_plan_res_format( 78, 'ORG', 55),
190: pa_plan_res_format( 83, 'FNL', 56) );
191:
192: END;
193:
194: