DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 123: tax_unit_id pay_assignment_actions.tax_unit_id%type,

119: index by binary_integer;
120: --
121: type t_detailed_bal_out_rec is record
122: (defined_balance_id pay_defined_balances.defined_balance_id%type,
123: tax_unit_id pay_assignment_actions.tax_unit_id%type,
124: jurisdiction_code pay_run_results.jurisdiction_code%type,
125: source_id pay_run_result_values.result_value%type,
126: source_text pay_run_result_values.result_value%type,
127: source_number pay_run_result_values.result_value%type,

Line 147: tax_unit_id pay_assignment_actions.tax_unit_id%type,

143: -- Context combination cache.
144: --
145: type t_context_rec is record
146: (
147: tax_unit_id pay_assignment_actions.tax_unit_id%type,
148: jurisdiction_code pay_run_results.jurisdiction_code%type,
149: source_id number,
150: source_text pay_run_result_values.result_value%type,
151: source_number number,