DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on DT_API

Line 1346: -- Use the dt_api to get the valid values for the update mode

1342: pay_in_utils.trace('Effective Date: ', p_effective_date);
1343: pay_in_utils.trace('**************************************************','********************');
1344: END IF;
1345: --
1346: -- Use the dt_api to get the valid values for the update mode
1347: dt_api.find_dt_upd_modes
1348: (p_effective_date => p_effective_date
1349: ,p_base_table_name => 'pay_element_entries_f'
1350: ,p_base_key_column => 'element_entry_id'

Line 1347: dt_api.find_dt_upd_modes

1343: pay_in_utils.trace('**************************************************','********************');
1344: END IF;
1345: --
1346: -- Use the dt_api to get the valid values for the update mode
1347: dt_api.find_dt_upd_modes
1348: (p_effective_date => p_effective_date
1349: ,p_base_table_name => 'pay_element_entries_f'
1350: ,p_base_key_column => 'element_entry_id'
1351: ,p_base_key_value => p_element_entry_id

Line 1359: -- Check which flag has been set by DT_API.Find_DT_Upd_Modes

1355: ,p_update_change_insert=> l_update_change_insert);
1356: --
1357: pay_in_utils.set_location(g_debug, l_procedure, 20);
1358: --
1359: -- Check which flag has been set by DT_API.Find_DT_Upd_Modes
1360: -- Correction is always set to true hence check it's value at last
1361: -- as default. If effective start date is not same as effective date, then
1362: -- If any future row exists for element, then Update is false and Update
1363: -- override and Update Change Insert is set to true.