DBA Data[Home] [Help]

APPS.PAY_BF_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

114: -- p_assignment_id - the assignment involved.
115: -- p_original_entry_id - ORIGINAL_ENTRY_ID context.
116: -- USES
117: -- NOTES
118: -- This is used by pay_balance_upload.dim_expiry_date.
119: -- If the expiry date cannot be derived then it is set to the end of time
120: -- to indicate that a failure has occured. The process that uses the
121: -- expiry date knows this rulw and acts accordingly.
122: -----------------------------------------------------------------------------

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

588: -- USES
589: -- NOTES
590: -- Only a subset of the BF dimensions are supported and these have been
591: -- picked to allow effective migration to release 10.
592: -- This is used by pay_balance_upload.validate_dimension.
593: -----------------------------------------------------------------------------
594: --
595: function is_supported
596: (

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

663: -- USES
664: -- NOTES
665: -- All the BF dimensions affect each other when they share the same context
666: -- values so there is no special support required for individual dimensions.
667: -- This is used by pay_balance_upload.get_current_value.
668: -----------------------------------------------------------------------------
669: --
670: function include_adjustment
671: (

Line 681: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

677: ,p_assignment_id number
678: ,p_upload_date date
679: ,p_source_id number
680: ,p_source_text varchar2
681: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
682: ) return boolean is
683: --
684: -- Does the balance adjustment effect the new balance dimension.
685: --

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

782: -- ARGUMENTS
783: -- p_batch_id - the batch to be validate_batch_linesd.
784: -- USES
785: -- NOTES
786: -- This is used by pay_balance_upload.validate_batch_lines.
787: -----------------------------------------------------------------------------
788: --
789: procedure validate_batch_lines
790: (