DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on FND_CONC_GLOBAL

Line 1103: l_request_data := FND_CONC_GLOBAL.REQUEST_DATA;

1099: -- Second run: Do parallel validation
1100: -- Third run: Do global insert/update
1101: -- Fourth run: Do parallel insert/update
1102:
1103: l_request_data := FND_CONC_GLOBAL.REQUEST_DATA;
1104:
1105: -- this is not the first run
1106: IF l_request_data IS NOT NULL THEN
1107:

Line 1248: FND_CONC_GLOBAL.SET_REQ_GLOBALS(

1244: TO_CHAR(m_request_id) || ' ' ||
1245: l_request_data;
1246: END IF;
1247:
1248: FND_CONC_GLOBAL.SET_REQ_GLOBALS(
1249: conc_status => 'PAUSED',
1250: request_data => l_request_data);
1251:
1252: EXCEPTION