Class: PreqAcctAssignment
- Inherits:
-
Object
- Object
- PreqAcctAssignment
- Defined in:
- lib/preq_detail/preq_acct_assignment.rb
Overview
class used to represent REQUISITION_ACCOUNT_ASSIGNMENT. Used internally
Instance Attribute Summary collapse
-
#activity ⇒ String
Activity Number.
-
#asset_no ⇒ String
Main Asset Number.
-
#budget_period ⇒ String
FM: Budget Period.
-
#bus_area ⇒ String
Business Area.
-
#change_id ⇒ String
Change Type (U, I, E, D).
-
#cmmt_item ⇒ String
Commitment Item.
-
#cmmt_item_long ⇒ String
Commitment item.
-
#co_area ⇒ String
Controlling Area.
-
#cost_ctr ⇒ String
Cost Center.
-
#cost_obj ⇒ String
Cost Object.
-
#counter ⇒ String
Internal counter.
-
#created_by ⇒ String
Name of Person Who Created the Object.
-
#created_on ⇒ Date
Date on Which Record Was Created.
-
#currency ⇒ Integer
Currency Key.
-
#delete_ind ⇒ String
Deletion indicator: purchase requisition account assignment.
-
#distr_perc ⇒ Integer
Distribution percentage in the case of multiple acct assgt.
-
#fmfgus_key ⇒ String
United States Federal Government Fields.
-
#func_area ⇒ String
Functional Area.
-
#func_area_long ⇒ String
Functional Area.
-
#fund ⇒ String
Fund.
-
#fund_long ⇒ String
Obsolete.
-
#funds_ctr ⇒ String
Funds Center.
-
#g_l_acct ⇒ String
G/L Account Number.
-
#gr_rcpt ⇒ String
Goods recipient.
-
#grant_nbr ⇒ String
Grant.
-
#network ⇒ String
Network Number for Account Assignment.
-
#order_no ⇒ String
Order Number.
-
#part_acct ⇒ String
Partner account number.
-
#preq_item ⇒ String
Item number of purchase requisition.
-
#preq_no ⇒ String
Purchase Requisition Number.
-
#preq_qty ⇒ Integer
Purchase requisition quantity.
-
#preq_unit ⇒ String
Purchase requisition unit of measure.
-
#prof_segm ⇒ String
Profitability Segment Number (CO-PA).
-
#profit_ctr ⇒ String
Profit Center.
-
#proj_ext ⇒ String
Project definition.
-
#proj_no ⇒ String
Old: Project number : No longer used –> PS_POSNR.
-
#rec_ind ⇒ String
Recovery Indicator.
-
#ref_date ⇒ Date
Reference date for settlement.
-
#res_doc ⇒ String
Document number for earmarked funds.
-
#res_item ⇒ String
Earmarked Funds: Document Item.
-
#rl_est_key ⇒ String
Internal Key for Real Estate Object.
-
#routing_no ⇒ String
Routing number of operations in the order.
-
#sched_line ⇒ String
Schedule Line Number.
-
#sd_doc ⇒ String
Sales and Distribution Document Number.
-
#sdoc_item ⇒ String
Sales Document Item.
-
#serial_no ⇒ String
Serial number for PReq account assignment segment.
-
#sub_number ⇒ String
Asset Subnumber.
-
#to_costctr ⇒ String
Posting to cost center?.
-
#to_order ⇒ String
Post To Order.
-
#to_project ⇒ String
Post to project.
-
#unload_pt ⇒ String
Unloading Point.
-
#wbs_elem ⇒ String
Work Breakdown Structure Element (WBS Element).
-
#wbs_elem_e ⇒ String
Work breakdown structure element (WBS element).
Instance Attribute Details
#activity ⇒ String
Returns Activity Number.
4 5 6 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 4 def activity @activity end |
#asset_no ⇒ String
Returns Main Asset Number.
6 7 8 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 6 def asset_no @asset_no end |
#budget_period ⇒ String
Returns FM: Budget Period.
8 9 10 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 8 def budget_period @budget_period end |
#bus_area ⇒ String
Returns Business Area.
10 11 12 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 10 def bus_area @bus_area end |
#change_id ⇒ String
Returns Change Type (U, I, E, D).
12 13 14 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 12 def change_id @change_id end |
#cmmt_item ⇒ String
Returns Commitment Item.
14 15 16 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 14 def cmmt_item @cmmt_item end |
#cmmt_item_long ⇒ String
Returns Commitment item.
16 17 18 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 16 def cmmt_item_long @cmmt_item_long end |
#co_area ⇒ String
Returns Controlling Area.
24 25 26 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 24 def co_area @co_area end |
#cost_ctr ⇒ String
Returns Cost Center.
18 19 20 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 18 def cost_ctr @cost_ctr end |
#cost_obj ⇒ String
Returns Cost Object.
20 21 22 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 20 def cost_obj @cost_obj end |
#counter ⇒ String
Returns Internal counter.
22 23 24 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 22 def counter @counter end |
#created_by ⇒ String
Returns Name of Person Who Created the Object.
26 27 28 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 26 def created_by @created_by end |
#created_on ⇒ Date
Returns Date on Which Record Was Created.
28 29 30 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 28 def created_on @created_on end |
#currency ⇒ Integer
Returns Currency Key.
30 31 32 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 30 def currency @currency end |
#delete_ind ⇒ String
Returns Deletion indicator: purchase requisition account assignment.
32 33 34 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 32 def delete_ind @delete_ind end |
#distr_perc ⇒ Integer
Returns Distribution percentage in the case of multiple acct assgt.
34 35 36 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 34 def distr_perc @distr_perc end |
#fmfgus_key ⇒ String
Returns United States Federal Government Fields.
36 37 38 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 36 def fmfgus_key @fmfgus_key end |
#func_area ⇒ String
Returns Functional Area.
38 39 40 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 38 def func_area @func_area end |
#func_area_long ⇒ String
Returns Functional Area.
40 41 42 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 40 def func_area_long @func_area_long end |
#fund ⇒ String
Returns Fund.
42 43 44 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 42 def fund @fund end |
#fund_long ⇒ String
Returns Obsolete.
46 47 48 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 46 def fund_long @fund_long end |
#funds_ctr ⇒ String
Returns Funds Center.
44 45 46 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 44 def funds_ctr @funds_ctr end |
#g_l_acct ⇒ String
Returns G/L Account Number.
52 53 54 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 52 def g_l_acct @g_l_acct end |
#gr_rcpt ⇒ String
Returns Goods recipient.
50 51 52 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 50 def gr_rcpt @gr_rcpt end |
#grant_nbr ⇒ String
Returns Grant.
48 49 50 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 48 def grant_nbr @grant_nbr end |
#network ⇒ String
Returns Network Number for Account Assignment.
54 55 56 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 54 def network @network end |
#order_no ⇒ String
Returns Order Number.
56 57 58 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 56 def order_no @order_no end |
#part_acct ⇒ String
Returns Partner account number.
58 59 60 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 58 def part_acct @part_acct end |
#preq_item ⇒ String
Returns Item number of purchase requisition.
60 61 62 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 60 def preq_item @preq_item end |
#preq_no ⇒ String
Returns Purchase Requisition Number.
62 63 64 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 62 def preq_no @preq_no end |
#preq_qty ⇒ Integer
Returns Purchase requisition quantity.
64 65 66 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 64 def preq_qty @preq_qty end |
#preq_unit ⇒ String
Returns Purchase requisition unit of measure.
66 67 68 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 66 def preq_unit @preq_unit end |
#prof_segm ⇒ String
Returns Profitability Segment Number (CO-PA).
70 71 72 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 70 def prof_segm @prof_segm end |
#profit_ctr ⇒ String
Returns Profit Center.
68 69 70 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 68 def profit_ctr @profit_ctr end |
#proj_ext ⇒ String
Returns Project definition.
72 73 74 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 72 def proj_ext @proj_ext end |
#proj_no ⇒ String
Returns Old: Project number : No longer used –> PS_POSNR.
74 75 76 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 74 def proj_no @proj_no end |
#rec_ind ⇒ String
Returns Recovery Indicator.
76 77 78 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 76 def rec_ind @rec_ind end |
#ref_date ⇒ Date
Returns Reference date for settlement.
78 79 80 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 78 def ref_date @ref_date end |
#res_doc ⇒ String
Returns Document number for earmarked funds.
80 81 82 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 80 def res_doc @res_doc end |
#res_item ⇒ String
Returns Earmarked Funds: Document Item.
82 83 84 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 82 def res_item @res_item end |
#rl_est_key ⇒ String
Returns Internal Key for Real Estate Object.
84 85 86 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 84 def rl_est_key @rl_est_key end |
#routing_no ⇒ String
Returns Routing number of operations in the order.
86 87 88 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 86 def routing_no @routing_no end |
#sched_line ⇒ String
Returns Schedule Line Number.
88 89 90 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 88 def sched_line @sched_line end |
#sd_doc ⇒ String
Returns Sales and Distribution Document Number.
92 93 94 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 92 def sd_doc @sd_doc end |
#sdoc_item ⇒ String
Returns Sales Document Item.
90 91 92 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 90 def sdoc_item @sdoc_item end |
#serial_no ⇒ String
Returns Serial number for PReq account assignment segment.
94 95 96 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 94 def serial_no @serial_no end |
#sub_number ⇒ String
Returns Asset Subnumber.
96 97 98 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 96 def sub_number @sub_number end |
#to_costctr ⇒ String
Returns Posting to cost center?.
98 99 100 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 98 def to_costctr @to_costctr end |
#to_order ⇒ String
Returns Post To Order.
100 101 102 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 100 def to_order @to_order end |
#to_project ⇒ String
Returns Post to project.
102 103 104 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 102 def to_project @to_project end |
#unload_pt ⇒ String
Returns Unloading Point.
104 105 106 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 104 def unload_pt @unload_pt end |
#wbs_elem ⇒ String
Returns Work Breakdown Structure Element (WBS Element).
106 107 108 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 106 def wbs_elem @wbs_elem end |
#wbs_elem_e ⇒ String
Returns Work breakdown structure element (WBS element).
108 109 110 |
# File 'lib/preq_detail/preq_acct_assignment.rb', line 108 def wbs_elem_e @wbs_elem_e end |