DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_DISBURSE_UI_API_PUB_PKG

Line 266: IBY_DISBURSE_UI_API_PUB_PKG.unlock_pmt_entity(

262: WHEN OTHERS THEN
263: print_debuginfo(l_module_name, 'An exception has occured when creating extract.. Unlocking the payment instruction');
264: -- when exception occurs, the payment_instruction must be unlocked from the request
265:
266: IBY_DISBURSE_UI_API_PUB_PKG.unlock_pmt_entity(
267: p_object_id => to_number(l_param_1),
268: p_object_type => 'PAYMENT_INSTRUCTION',
269: x_return_status => x_return_status
270: );