DBA Data[Home] [Help]

APPS.JTF_TASK_RESOURCES_PUB dependencies on JTF_TASK_RSC_REQS

Line 28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,

24:
25: --Define RECORD and TABLE types
26:
27: Type TASK_RSC_REQ_REC is RECORD(
28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,
29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,

Line 29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,

25: --Define RECORD and TABLE types
26:
27: Type TASK_RSC_REQ_REC is RECORD(
28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,
29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,

Line 30: TASK_ID jtf_task_rsc_reqs.task_id%type,

26:
27: Type TASK_RSC_REQ_REC is RECORD(
28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,
29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,

Line 31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,

27: Type TASK_RSC_REQ_REC is RECORD(
28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,
29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,

Line 32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,

28: RESOURCE_REQ_ID jtf_task_rsc_reqs.resource_req_id%type,
29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,

Line 33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,

29: TASK_TYPE_ID jtf_task_rsc_reqs.task_type_id%type,
30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,

Line 34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,

30: TASK_ID jtf_task_rsc_reqs.task_id%type,
31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,

Line 35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,

31: TASK_TEMPLATE_ID jtf_task_rsc_reqs.task_template_id%type,
32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,

Line 36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,

32: RESOURCE_TYPE_CODE jtf_task_rsc_reqs.resource_type_code%type,
33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,

Line 37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,

33: REQUIRED_UNITS jtf_task_rsc_reqs.required_units%type,
34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,

Line 38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,

34: ENABLED_FLAG jtf_task_rsc_reqs.enabled_flag%type,
35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,

Line 39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,

35: ATTRIBUTE1 jtf_task_rsc_reqs.attribute1%type,
36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,

Line 40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,

36: ATTRIBUTE2 jtf_task_rsc_reqs.attribute2%type,
37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,

Line 41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,

37: ATTRIBUTE3 jtf_task_rsc_reqs.attribute3%type,
38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,

Line 42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,

38: ATTRIBUTE4 jtf_task_rsc_reqs.attribute4%type,
39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,

Line 43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,

39: ATTRIBUTE5 jtf_task_rsc_reqs.attribute5%type,
40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,

Line 44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,

40: ATTRIBUTE6 jtf_task_rsc_reqs.attribute6%type,
41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,

Line 45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,

41: ATTRIBUTE7 jtf_task_rsc_reqs.attribute7%type,
42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,

Line 46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,

42: ATTRIBUTE8 jtf_task_rsc_reqs.attribute8%type,
43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,
50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type

Line 47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,

43: ATTRIBUTE9 jtf_task_rsc_reqs.attribute9%type,
44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,
50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type
51: );

Line 48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,

44: ATTRIBUTE10 jtf_task_rsc_reqs.attribute10%type,
45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,
50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type
51: );
52:

Line 49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,

45: ATTRIBUTE11 jtf_task_rsc_reqs.attribute11%type,
46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,
50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type
51: );
52:
53: Type task_rsc_req_tbl is table of TASK_RSC_REQ_REC

Line 50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type

46: ATTRIBUTE12 jtf_task_rsc_reqs.attribute12%type,
47: ATTRIBUTE13 jtf_task_rsc_reqs.attribute13%type,
48: ATTRIBUTE14 jtf_task_rsc_reqs.attribute14%type,
49: ATTRIBUTE15 jtf_task_rsc_reqs.attribute15%type,
50: ATTRIBUTE_CATEGORY jtf_task_rsc_reqs.attribute_category%type
51: );
52:
53: Type task_rsc_req_tbl is table of TASK_RSC_REQ_REC
54: index by binary_integer;