DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on DT_API

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

1356: pay_in_utils.trace('Effective Date: ', p_effective_date);
1357: pay_in_utils.trace('**************************************************','********************');
1358: END IF;
1359: --
1360: -- Use the dt_api to get the valid values for the update mode
1361: dt_api.find_dt_upd_modes
1362: (p_effective_date => p_effective_date
1363: ,p_base_table_name => 'pay_element_entries_f'
1364: ,p_base_key_column => 'element_entry_id'

Line 1361: dt_api.find_dt_upd_modes

1357: pay_in_utils.trace('**************************************************','********************');
1358: END IF;
1359: --
1360: -- Use the dt_api to get the valid values for the update mode
1361: dt_api.find_dt_upd_modes
1362: (p_effective_date => p_effective_date
1363: ,p_base_table_name => 'pay_element_entries_f'
1364: ,p_base_key_column => 'element_entry_id'
1365: ,p_base_key_value => p_element_entry_id

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

1369: ,p_update_change_insert=> l_update_change_insert);
1370: --
1371: pay_in_utils.set_location(g_debug, l_procedure, 20);
1372: --
1373: -- Check which flag has been set by DT_API.Find_DT_Upd_Modes
1374: -- Correction is always set to true hence check it's value at last
1375: -- as default. If effective start date is not same as effective date, then
1376: -- If any future row exists for element, then Update is false and Update
1377: -- override and Update Change Insert is set to true.