DBA Data[Home] [Help]

APPS.ARP_TRX_TAX_UTIL dependencies on RA_RULES

Line 121: ra_rules.name%type,

117: mtl_units_of_measure.unit_of_measure%type,
118: p_accounting_rule_id OUT NOCOPY
119: mtl_system_items.accounting_rule_id%type,
120: p_accounting_rule_name OUT NOCOPY
121: ra_rules.name%type,
122: p_accounting_rule_duration OUT NOCOPY
123: ra_rules.occurrences%type,
124: p_accounting_rule_type OUT NOCOPY
125: ra_rules.type%type,

Line 123: ra_rules.occurrences%type,

119: mtl_system_items.accounting_rule_id%type,
120: p_accounting_rule_name OUT NOCOPY
121: ra_rules.name%type,
122: p_accounting_rule_duration OUT NOCOPY
123: ra_rules.occurrences%type,
124: p_accounting_rule_type OUT NOCOPY
125: ra_rules.type%type,
126: p_rule_start_date OUT NOCOPY
127: date )

Line 125: ra_rules.type%type,

121: ra_rules.name%type,
122: p_accounting_rule_duration OUT NOCOPY
123: ra_rules.occurrences%type,
124: p_accounting_rule_type OUT NOCOPY
125: ra_rules.type%type,
126: p_rule_start_date OUT NOCOPY
127: date )
128: IS
129:

Line 182: ra_rules rr,

178: p_accounting_rule_type,
179: p_rule_start_date
180: FROM mtl_system_items msi,
181: mtl_units_of_measure muom,
182: ra_rules rr,
183: ra_rule_schedules rs
184: WHERE msi.inventory_item_id = p_inventory_item_id
185: AND msi.organization_id = p_organization_id
186: AND msi.primary_uom_code = muom.uom_code (+)