DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_GL_APPLY_PKG dependencies on FND_PROFILE

Line 61: FND_PROFILE.get('GL_SET_OF_BKS_ID', sob_id);

57: IF req_data IS NOT NULL THEN
58: return;
59: END IF;
60:
61: FND_PROFILE.get('GL_SET_OF_BKS_ID', sob_id);
62: FND_PROFILE.get('GL_DEBUG_MODE', debug_mode);
63:
64: -- Fetch the row with the given source/group_id combination.
65: OPEN interface_table_c;

Line 62: FND_PROFILE.get('GL_DEBUG_MODE', debug_mode);

58: return;
59: END IF;
60:
61: FND_PROFILE.get('GL_SET_OF_BKS_ID', sob_id);
62: FND_PROFILE.get('GL_DEBUG_MODE', debug_mode);
63:
64: -- Fetch the row with the given source/group_id combination.
65: OPEN interface_table_c;
66: FETCH interface_table_c INTO interface_table, inter_run_id;