DBA Data[Home] [Help]

APPS.PAY_JP_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

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

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

56: -- p_dimension_name - the balance dimension to be checked.
57: -- USES
58: -- NOTES
59: -- Only a subset of the JP dimensions are supported.
60: -- This is used by pay_balance_upload.validate_dimension.
61: -----------------------------------------------------------------------------
62: --
63: function is_supported
64: (

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

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

Line 91: ,p_bal_adjustment_rec in pay_balance_upload.csr_balance_adjustment%rowtype

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

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

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