DBA Data[Home] [Help]

APPS.PAY_JP_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

Line 74: -- This is used by pay_balance_upload.dim_expiry_date.

70: -- p_assignment_id - the assignment involved.
71: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
72: -- USES
73: -- NOTES
74: -- This is used by pay_balance_upload.dim_expiry_date.
75: -- If the expiry date cannot be derived then it is set to the end of time
76: -- to indicate that a failure has occured. The process that uses the
77: -- expiry date knows this rulw and acts accordingly.
78: -----------------------------------------------------------------------------

Line 224: -- This is used by pay_balance_upload.validate_dimension.

220: -- USES
221: -- NOTES
222: -- Only a subset of the UK dimensions are supported and these have been
223: -- picked to allow effective migration to release 10.
224: -- This is used by pay_balance_upload.validate_dimension.
225: -----------------------------------------------------------------------------
226: --
227: function is_supported
228: (

Line 296: -- This is used by pay_balance_upload.get_current_value.

292: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
293: -- p_bal_adjustment_rec - details of an existing balance adjustment.
294: -- USES
295: -- NOTES
296: -- This is used by pay_balance_upload.get_current_value.
297: -----------------------------------------------------------------------------
298: --
299: function include_adjustment
300: (

Line 304: ,p_bal_adjustment_rec in pay_balance_upload.csr_balance_adjustment%rowtype -- pay_temp_balance_adjustments

300: (
301: p_balance_type_id in number
302: ,p_dimension_name in varchar2
303: ,p_original_entry_id in number
304: ,p_bal_adjustment_rec in pay_balance_upload.csr_balance_adjustment%rowtype -- pay_temp_balance_adjustments
305: ) return boolean
306: is
307: c_proc constant varchar2(61) := c_package || 'include_adjustment';
308: ret_val boolean;

Line 334: -- This is used by pay_balance_upload.validate_batch_lines.

330: -- ARGUMENTS
331: -- p_batch_id - the batch to be validate_batch_linesd.
332: -- USES
333: -- NOTES
334: -- This is used by pay_balance_upload.validate_batch_lines.
335: -----------------------------------------------------------------------------
336: --
337: procedure validate_batch_lines
338: (