DBA Data[Home] [Help]

APPS.PAY_US_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

55: -- p_assignment_id - the assignment involved.
56: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
57: -- USES
58: -- NOTES
59: -- This is used by pay_balance_upload.dim_expiry_date.
60: -----------------------------------------------------------------------------
61: --
62: function expiry_date
63: (

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

81: -- USES
82: -- NOTES
83: -- Only a subset of the US dimensions are supported and these have been
84: -- picked to allow effective migration to release 10.
85: -- This is used by pay_balance_upload.validate_dimension.
86: -----------------------------------------------------------------------------
87: --
88: function is_supported
89: (

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

109: -- USES
110: -- NOTES
111: -- All the US dimensions affect each other when they share the same context
112: -- values so there is no special support required for individual dimensions.
113: -- This is used by pay_balance_upload.get_current_value.
114: -----------------------------------------------------------------------------
115: --
116: function include_adjustment
117: (

Line 125: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

121: ,p_original_entry_id number
122: ,p_tax_unit_id number
123: ,p_assignment_id number
124: ,p_upload_date date
125: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
126: ) return boolean;
127: --
128: -----------------------------------------------------------------------------
129: -- NAME

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: (