DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_DEFINED_BALANCES

Line 57: pay_defined_balances.

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

Line 115: (defined_balance_id pay_defined_balances.defined_balance_id%type,

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

Line 122: (defined_balance_id pay_defined_balances.defined_balance_id%type,

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