DBA Data[Home] [Help]

APPS.PAY_US_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

Line 91: g_batch_info pay_balance_upload.t_batch_info_rec;

87: --
88: --
89: -- Global for current batch info
90: --
91: g_batch_info pay_balance_upload.t_batch_info_rec;
92: --
93: --
94: -----------------------------------------------------------------------------
95: -- NAME

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

159: -- p_assignment_id - the assignment involved.
160: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
161: -- USES
162: -- NOTES
163: -- This is used by pay_balance_upload.dim_expiry_date.
164: -- If the expiry date cannot be derived then it is set to the end of time
165: -- to indicate that a failure has occured. The process that uses the
166: -- expiry date knows this rulw and acts accordingly.
167: -----------------------------------------------------------------------------

Line 428: g_batch_info := pay_balance_upload.get_batch_info;

424: --
425: --
426: -- Get the current batch info
427: --
428: g_batch_info := pay_balance_upload.get_batch_info;
429: --
430: -- Calculate the expiry date for the specified dimension relative to the
431: -- upload date, taking into account any contexts where appropriate. Each of
432: -- the calculations also takes into account when the assignment is on a

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

762: -- USES
763: -- NOTES
764: -- Only a subset of the US dimensions are supported and these have been
765: -- picked to allow effective migration to release 10.
766: -- This is used by pay_balance_upload.validate_dimension.
767: -----------------------------------------------------------------------------
768: --
769: function is_supported
770: (

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

836: -- USES
837: -- NOTES
838: -- All the US dimensions affect each other when they share the same context
839: -- values so there is no special support required for individual dimensions.
840: -- This is used by pay_balance_upload.get_current_value.
841: -----------------------------------------------------------------------------
842: --
843: function include_adjustment
844: (

Line 852: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

848: ,p_original_entry_id number
849: ,p_tax_unit_id number
850: ,p_assignment_id number
851: ,p_upload_date date
852: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
853: ) return boolean is
854: --
855: -- Does the balance adjustment effect the new balance dimension.
856: --

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

938: -- ARGUMENTS
939: -- p_batch_id - the batch to be validate_batch_linesd.
940: -- USES
941: -- NOTES
942: -- This is used by pay_balance_upload.validate_batch_lines.
943: -----------------------------------------------------------------------------
944: --
945: procedure validate_batch_lines
946: (