DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_DEFINED_BALANCES

Line 60: pay_defined_balances.

56: defaults. Also defaults of FALSE added to
57: parameters p_get_rr_route and p_get_rb_route.
58: RThirlby 15-MAY-2003 - Bug 2959584 - New procedure initialise_run_balance,
59: will be called from insert trigger for
60: pay_defined_balances.
61: SuSivasu 11-APR-2003 - Overloading of get_value to include the
62: ORIGINAL_ENTRY_ID context.
63: nbristow 21-FEB-2003 - Added new PAYMENT period type.
64: nbristow 07-FEB-2003 - Added new set_contexts

Line 118: (defined_balance_id pay_defined_balances.defined_balance_id%type,

114: --
115: -- Setup the types
116: --
117: type t_balance_value_rec is record
118: (defined_balance_id pay_defined_balances.defined_balance_id%type,
119: balance_value number
120: );
121: type t_balance_value_tab is table of t_balance_value_rec
122: index by binary_integer;

Line 125: (defined_balance_id pay_defined_balances.defined_balance_id%type,

121: type t_balance_value_tab is table of t_balance_value_rec
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,