DBA Data[Home] [Help]

APPS.HR_DU_DO_DATAPUMP dependencies on FND_CONC_GLOBAL

Line 1996: -- set fnd_conc_global.set_req_globals

1992: --create batch header storing the id
1993: l_batch_id := hr_pump_utils.create_batch_header
1994: (l_batch_name,l_business_group);
1995:
1996: -- set fnd_conc_global.set_req_globals
1997: -- for GL sync use
1998:
1999: fnd_conc_global.set_req_globals(request_data => to_char(l_batch_id));
2000:

Line 1999: fnd_conc_global.set_req_globals(request_data => to_char(l_batch_id));

1995:
1996: -- set fnd_conc_global.set_req_globals
1997: -- for GL sync use
1998:
1999: fnd_conc_global.set_req_globals(request_data => to_char(l_batch_id));
2000:
2001:
2002: hr_du_utility.message('INFO','l_batch_id : ' || l_batch_id, 20);
2003: