DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_API_PKG dependencies on FND_GLOBAL

Line 213: FND_MESSAGE.set_token('REQ_ID', fnd_global.conc_request_id);

209: FND_MESSAGE.set_token('FILTER_TEXT', filter_text);
210: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.get);
211:
212: FND_MESSAGE.set_name('GCS', 'GCS_IDT_XR_REQ_ID');
213: FND_MESSAGE.set_token('REQ_ID', fnd_global.conc_request_id);
214: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.get);
215: FND_FILE.NEW_LINE(FND_FILE.OUTPUT);
216:
217: FND_MESSAGE.set_name('GCS', 'GCS_IDT_XR_SEPARATOR');

Line 1807: my_security := fnd_global.lookup_security_group('COLUMN_TYPE', 0);

1803: BEGIN
1804: module := g_api || '.Create_Param_List';
1805: param_list := '';
1806: my_lang := userenv('LANG');
1807: my_security := fnd_global.lookup_security_group('COLUMN_TYPE', 0);
1808:
1809: -- First, pass in the row ID to the function (error checking purposes)
1810: -- if this is not error checking. Then, loop through the params.
1811: IF list_type_code = 'F' THEN