DBA Data[Home] [Help]

APPS.PAY_UK_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

34: -- p_assignment_id - the assignment involved.
35: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
36: -- USES
37: -- NOTES
38: -- This is used by pay_balance_upload.dim_expiry_date.
39: -----------------------------------------------------------------------------
40: --
41: function expiry_date
42: (

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

57: -- USES
58: -- NOTES
59: -- Only a subset of the UK dimensions are supported and these have been
60: -- picked to allow effective migration to release 10.
61: -- This is used by pay_balance_upload.validate_dimension.
62: -----------------------------------------------------------------------------
63: --
64: function is_supported
65: (

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

80: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
81: -- p_bal_adjustment_rec - details of an existing balance adjustment.
82: -- USES
83: -- NOTES
84: -- This is used by pay_balance_upload.get_current_value.
85: -----------------------------------------------------------------------------
86: --
87: function include_adjustment
88: (

Line 92: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

88: (
89: p_balance_type_id number
90: ,p_dimension_name varchar2
91: ,p_original_entry_id number
92: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
93: ) return boolean;
94: --
95: -----------------------------------------------------------------------------
96: -- NAME

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

100: -- ARGUMENTS
101: -- p_batch_id - the batch to be validate_batch_linesd.
102: -- USES
103: -- NOTES
104: -- This is used by pay_balance_upload.validate_batch_lines.
105: -----------------------------------------------------------------------------
106: --
107: procedure validate_batch_lines
108: (