DBA Data[Home] [Help]

APPS.FND_ADG_UTILITY dependencies on FND_GLOBAL

Line 1472: l_request_id := fnd_global.conc_request_id;

1468:
1469: end if;
1470:
1471: begin
1472: l_request_id := fnd_global.conc_request_id;
1473: exception
1474: when others then
1475: l_request_id := null;
1476: end;