DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on CSD_REPAIR_HISTORY

Line 12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,

8: /* Description : Record to hold information about the activity */
9: /*-------------------------------------------------------------------------------------*/
10:
11: TYPE Activity_Rec_Type IS RECORD
12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,
13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,

Line 13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,

9: /*-------------------------------------------------------------------------------------*/
10:
11: TYPE Activity_Rec_Type IS RECORD
12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,
13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,

Line 14: REQUEST_ID csd_repair_history.REQUEST_ID%type,

10:
11: TYPE Activity_Rec_Type IS RECORD
12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,
13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,

Line 15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,

11: TYPE Activity_Rec_Type IS RECORD
12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,
13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,

Line 16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,

12: ( REPAIR_HISTORY_ID csd_repair_history.REPAIR_HISTORY_ID%type,
13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,

Line 17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,

13: REPAIR_LINE_ID csd_repair_history.REPAIR_LINE_ID%type,
14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,

Line 18: EVENT_CODE csd_repair_history.EVENT_CODE%type,

14: REQUEST_ID csd_repair_history.REQUEST_ID%type,
15: PROGRAM_ID csd_repair_history.PROGRAM_ID%type,
16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,

Line 20: EVENT_DATE csd_repair_history.EVENT_DATE%type,

16: PROGRAM_APPLICATION_ID csd_repair_history.PROGRAM_APPLICATION_ID%type,
17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,

Line 21: QUANTITY csd_repair_history.QUANTITY%type,

17: PROGRAM_UPDATE_DATE csd_repair_history.PROGRAM_UPDATE_DATE%type,
18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,

Line 22: PARAMN1 csd_repair_history.PARAMN1%type,

18: EVENT_CODE csd_repair_history.EVENT_CODE%type,
19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,

Line 23: PARAMN2 csd_repair_history.PARAMN2%type,

19: ACTION_CODE NUMBER,
20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,

Line 24: PARAMN3 csd_repair_history.PARAMN3%type,

20: EVENT_DATE csd_repair_history.EVENT_DATE%type,
21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,

Line 25: PARAMN4 csd_repair_history.PARAMN4%type,

21: QUANTITY csd_repair_history.QUANTITY%type,
22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,

Line 26: PARAMN5 csd_repair_history.PARAMN5%type,

22: PARAMN1 csd_repair_history.PARAMN1%type,
23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,

Line 27: PARAMN6 csd_repair_history.PARAMN6%type,

23: PARAMN2 csd_repair_history.PARAMN2%type,
24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,

Line 28: PARAMN7 csd_repair_history.PARAMN7%type,

24: PARAMN3 csd_repair_history.PARAMN3%type,
25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,

Line 29: PARAMN8 csd_repair_history.PARAMN8%type,

25: PARAMN4 csd_repair_history.PARAMN4%type,
26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,

Line 30: PARAMN9 csd_repair_history.PARAMN9%type,

26: PARAMN5 csd_repair_history.PARAMN5%type,
27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,

Line 31: PARAMN10 csd_repair_history.PARAMN10%type,

27: PARAMN6 csd_repair_history.PARAMN6%type,
28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,

Line 32: PARAMC1 csd_repair_history.PARAMC1%type,

28: PARAMN7 csd_repair_history.PARAMN7%type,
29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,

Line 33: PARAMC2 csd_repair_history.PARAMC2%type,

29: PARAMN8 csd_repair_history.PARAMN8%type,
30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,

Line 34: PARAMC3 csd_repair_history.PARAMC3%type,

30: PARAMN9 csd_repair_history.PARAMN9%type,
31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,

Line 35: PARAMC4 csd_repair_history.PARAMC4%type,

31: PARAMN10 csd_repair_history.PARAMN10%type,
32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,

Line 36: PARAMC5 csd_repair_history.PARAMC5%type,

32: PARAMC1 csd_repair_history.PARAMC1%type,
33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,

Line 37: PARAMC6 csd_repair_history.PARAMC6%type,

33: PARAMC2 csd_repair_history.PARAMC2%type,
34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,

Line 38: PARAMC7 csd_repair_history.PARAMC7%type,

34: PARAMC3 csd_repair_history.PARAMC3%type,
35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,

Line 39: PARAMC8 csd_repair_history.PARAMC8%type,

35: PARAMC4 csd_repair_history.PARAMC4%type,
36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,

Line 40: PARAMC9 csd_repair_history.PARAMC9%type,

36: PARAMC5 csd_repair_history.PARAMC5%type,
37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,

Line 41: PARAMC10 csd_repair_history.PARAMC10%type,

37: PARAMC6 csd_repair_history.PARAMC6%type,
38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,

Line 42: PARAMD1 csd_repair_history.PARAMD1%type,

38: PARAMC7 csd_repair_history.PARAMC7%type,
39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,

Line 43: PARAMD2 csd_repair_history.PARAMD2%type,

39: PARAMC8 csd_repair_history.PARAMC8%type,
40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,

Line 44: PARAMD3 csd_repair_history.PARAMD3%type,

40: PARAMC9 csd_repair_history.PARAMC9%type,
41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,

Line 45: PARAMD4 csd_repair_history.PARAMD4%type,

41: PARAMC10 csd_repair_history.PARAMC10%type,
42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,

Line 46: PARAMD5 csd_repair_history.PARAMD5%type,

42: PARAMD1 csd_repair_history.PARAMD1%type,
43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,

Line 47: PARAMD6 csd_repair_history.PARAMD6%type,

43: PARAMD2 csd_repair_history.PARAMD2%type,
44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,

Line 48: PARAMD7 csd_repair_history.PARAMD7%type,

44: PARAMD3 csd_repair_history.PARAMD3%type,
45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,

Line 49: PARAMD8 csd_repair_history.PARAMD8%type,

45: PARAMD4 csd_repair_history.PARAMD4%type,
46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,

Line 50: PARAMD9 csd_repair_history.PARAMD9%type,

46: PARAMD5 csd_repair_history.PARAMD5%type,
47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,

Line 51: PARAMD10 csd_repair_history.PARAMD10%type,

47: PARAMD6 csd_repair_history.PARAMD6%type,
48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,

Line 52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,

48: PARAMD7 csd_repair_history.PARAMD7%type,
49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,

Line 53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,

49: PARAMD8 csd_repair_history.PARAMD8%type,
50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,

Line 54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,

50: PARAMD9 csd_repair_history.PARAMD9%type,
51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,

Line 55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,

51: PARAMD10 csd_repair_history.PARAMD10%type,
52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,

Line 56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,

52: ATTRIBUTE_CATEGORY csd_repair_history.ATTRIBUTE_CATEGORY%type,
53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,

Line 57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,

53: ATTRIBUTE1 csd_repair_history.ATTRIBUTE1%type,
54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,

Line 58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,

54: ATTRIBUTE2 csd_repair_history.ATTRIBUTE2%type,
55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,

Line 59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,

55: ATTRIBUTE3 csd_repair_history.ATTRIBUTE3%type,
56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,

Line 60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,

56: ATTRIBUTE4 csd_repair_history.ATTRIBUTE4%type,
57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,

Line 61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,

57: ATTRIBUTE5 csd_repair_history.ATTRIBUTE5%type,
58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,

Line 62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,

58: ATTRIBUTE6 csd_repair_history.ATTRIBUTE6%type,
59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,

Line 63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,

59: ATTRIBUTE7 csd_repair_history.ATTRIBUTE7%type,
60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,

Line 64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,

60: ATTRIBUTE8 csd_repair_history.ATTRIBUTE8%type,
61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,
68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type

Line 65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,

61: ATTRIBUTE9 csd_repair_history.ATTRIBUTE9%type,
62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,
68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type
69: );

Line 66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,

62: ATTRIBUTE10 csd_repair_history.ATTRIBUTE10%type,
63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,
68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type
69: );
70:

Line 67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,

63: ATTRIBUTE11 csd_repair_history.ATTRIBUTE11%type,
64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,
68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type
69: );
70:
71: -- Define a record of type Activity_Rec_Type

Line 68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type

64: ATTRIBUTE12 csd_repair_history.ATTRIBUTE12%type,
65: ATTRIBUTE13 csd_repair_history.ATTRIBUTE13%type,
66: ATTRIBUTE14 csd_repair_history.ATTRIBUTE14%type,
67: ATTRIBUTE15 csd_repair_history.ATTRIBUTE15%type,
68: OBJECT_VERSION_NUMBER csd_repair_history.OBJECT_VERSION_NUMBER%type
69: );
70:
71: -- Define a record of type Activity_Rec_Type
72: activity_rec Activity_Rec_Type;