DBA Data[Home] [Help]

APPS.FV_DISB_IN_TRANSIT dependencies on GL_INTERFACE_CONTROL_PKG

Line 1390: l_interface_run_id := gl_interface_control_pkg.get_unique_run_id;

1386:
1387:
1388: IF ((retcode = '0') AND (l_count_void > 0)) THEN
1389: -- Obtain the interface run id
1390: l_interface_run_id := gl_interface_control_pkg.get_unique_run_id;
1391:
1392: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1393: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name,'interface_run_id = '||l_interface_run_id);
1394: END IF;

Line 1779: x_interface_run_id :=gl_interface_control_pkg.get_unique_run_id;

1775: -- if the v_process_job is 'C' or 'B' then there is a concurrent process
1776: -- to be submitted (c = confirm, b = back out)
1777:
1778: -- Obtain the interface run id
1779: x_interface_run_id :=gl_interface_control_pkg.get_unique_run_id;
1780: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1781: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,'interface_run_id = '||x_interface_run_id);
1782: END IF;
1783: