DBA Data[Home] [Help]

APPS.PAY_CH_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

35: -- p_assignment_id - the assignment involved.
36: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
37: -- USES
38: -- NOTES
39: -- This is used by pay_balance_upload.dim_expiry_date.
40: -- If the expiry date cannot be derived then it is set to the end of time
41: -- to indicate that a failure has occured. The process that uses the
42: -- expiry date knows this rule and acts accordingly.
43: -----------------------------------------------------------------------------

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

71: -- p_dimension_name - the balance dimension to be checked.
72: -- USES
73: -- NOTES
74: -- Only a subset of the CH dimensions are supported.
75: -- This is used by pay_balance_upload.validate_dimension.
76: -----------------------------------------------------------------------------
77: --
78: function is_supported
79: (

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

103: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
104: -- p_bal_adjustment_rec - details of an existing balance adjustment.
105: -- USES
106: -- NOTES
107: -- This is used by pay_balance_upload.get_current_value.
108: -----------------------------------------------------------------------------
109: --
110: function include_adjustment
111: (

Line 115: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

111: (
112: p_balance_type_id number
113: ,p_dimension_name varchar2
114: ,p_original_entry_id number
115: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
116: ) return boolean is
117: --
118: begin
119: --

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

133: -- ARGUMENTS
134: -- p_batch_id - the batch to be validate_batch_linesd.
135: -- USES
136: -- NOTES
137: -- This is used by pay_balance_upload.validate_batch_lines.
138: -----------------------------------------------------------------------------
139: --
140: procedure validate_batch_lines
141: (