DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 126: tax_unit_id pay_assignment_actions.tax_unit_id%type,

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

Line 150: tax_unit_id pay_assignment_actions.tax_unit_id%type,

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