DBA Data[Home] [Help]

APPS.PAY_CH_BAL_UPLOAD dependencies on PAY_BALANCE_UPLOAD

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

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

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

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

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

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

Line 88: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype

84: (
85: p_balance_type_id number
86: ,p_dimension_name varchar2
87: ,p_original_entry_id number
88: ,p_bal_adjustment_rec pay_balance_upload.csr_balance_adjustment%rowtype
89: ) return boolean;
90: --
91: -----------------------------------------------------------------------------
92: -- NAME

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

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